Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ clearTrustedDeviceTokenCache
Function
clearTrustedDeviceTokenCache
src/bridge/trustedDevice.ts:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
export
function
clearTrustedDeviceTokenCache(): void {
62
readStoredToken.cache?.clear?.()
63
}
64
65
/**
66
* Clear the stored trusted device token from secure storage and the memo cache.
Callers
1
clearAuthRelatedCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected