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

Class

packages/oauth/test/oauth-manager.test.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import type { DeviceAuthorization, OAuthFlowConfig, TokenInfo } from '../src/types';
21
22class InMemoryStorage implements TokenStorage {
23 public store = new Map<string, TokenInfo>();
24
25 async load(name: string): Promise<TokenInfo | undefined> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected