Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
export
async
function
clearAuthTokenOverride(context: vscode.ExtensionContext): Promise<void> {
114
await
context.secrets.delete(SERVER_AUTH_TOKEN_SECRET_KEY);
115
}
Callers
1
configureConnectionCommand
Function · 0.90
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected