Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ removeStoredApiKey
Method
removeStoredApiKey
src/auth/runtime/AuthRuntime.ts:619–621 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
617
}
618
619
async
removeStoredApiKey(): Promise<void> {
620
await
removeApiKey()
621
}
622
623
getCachedSession(): ResolvedAuthSession | null {
624
return
this.cachedSession
Callers
nothing calls this directly
Calls
1
removeApiKey
Function · 0.85
Tested by
no test coverage detected