MCPcopy
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
61export 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

clearAuthRelatedCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected