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

Method isValid

packages/server/src/services/auth/tokenStore.ts:9–9  ·  view source on GitHub ↗
(candidate: string)

Source from the content-addressed store, hash-verified

7 readonly tokenPath: string;
8 getToken(): string;
9 isValid(candidate: string): boolean;
10 dispose(): Promise<void>;
11}
12

Callers 4

createAuthHookFunction · 0.65
onUpgradeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected