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

Method getToken

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

Source from the content-addressed store, hash-verified

6export interface TokenStore {
7 readonly tokenPath: string;
8 getToken(): string;
9 isValid(candidate: string): boolean;
10 dispose(): Promise<void>;
11}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected