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

Method status

packages/node-sdk/src/auth.ts:121–123  ·  view source on GitHub ↗
(providerName?: string | undefined)

Source from the content-addressed store, hash-verified

119 }
120
121 async status(providerName?: string | undefined): Promise<AuthStatus> {
122 return this.toolkit.status(providerName, this.resolveRuntimeManagedAuth(providerName).oauthRef);
123 }
124
125 async login(
126 providerName: string | undefined = KIMI_CODE_PROVIDER_NAME,

Callers

nothing calls this directly

Calls 2

statusMethod · 0.65

Tested by

no test coverage detected