Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ logout
Method
logout
packages/oauth/src/oauth-manager.ts:246–248 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
}
245
246
async
logout(): Promise<void> {
247
await
this.storage.remove(this.config.name);
248
}
249
250
/**
251
* Return a valid access_token, refreshing
if
within the dynamic threshold.
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected