MCPcopy 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
61export function tokenCacheKey(userKey: string, appId: string): string {
62 return `oauth:${userKey}:${appId}`;
63}

Callers 4

oauthFetchMethod · 0.90
destroyAllMethod · 0.90
kvPutMethod · 0.90
kvDeleteMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected