MCPcopy Create free account
hub / github.com/coder/mux / clearAuthTokenOverride

Function clearAuthTokenOverride

vscode/src/api/discovery.ts:113–115  ·  view source on GitHub ↗
(context: vscode.ExtensionContext)

Source from the content-addressed store, hash-verified

111}
112
113export async function clearAuthTokenOverride(context: vscode.ExtensionContext): Promise<void> {
114 await context.secrets.delete(SERVER_AUTH_TOKEN_SECRET_KEY);
115}

Callers 1

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected