Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acoyfellow/cloudbox
/ tokenCacheKey
Function
tokenCacheKey
oauth-proxy/src/fetch.ts:61–63 ·
view source on GitHub ↗
(userKey: string, appId: string)
Source
from the content-addressed store, hash-verified
59
}
60
61
export
function
tokenCacheKey(userKey: string, appId: string): string {
62
return
`oauth:${userKey}:${appId}`;
63
}
Callers
4
oauthFetch
Method · 0.90
destroyAll
Method · 0.90
kvPut
Method · 0.90
kvDelete
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected