Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/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
4
writeCredentials
Function · 0.85
setTrustedDeviceGate
Function · 0.85
trustedDevice.test.ts
File · 0.85
clearAuthRelatedCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
2
writeCredentials
Function · 0.68
setTrustedDeviceGate
Function · 0.68