MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/oauth/test/toolkit.test.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14} from '../src';
15
16class MemoryTokenStorage implements TokenStorage {
17 readonly tokens = new Map<string, TokenInfo>();
18
19 async load(name: string): Promise<TokenInfo | undefined> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected