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

Method defaultOAuthRef

packages/oauth/src/toolkit.ts:414–419  ·  view source on GitHub ↗
(baseUrl?: string | undefined)

Source from the content-addressed store, hash-verified

412 }
413
414 private defaultOAuthRef(baseUrl?: string | undefined): KimiOAuthTokenRef {
415 return {
416 key: this.defaultOAuthKey(baseUrl, this.flowConfig.oauthHost),
417 oauthHost: this.flowConfig.oauthHost,
418 };
419 }
420
421 private oauthHostFor(
422 oauthRef?: KimiOAuthTokenRef | undefined,

Callers 2

getManagedUsageMethod · 0.95
withAccessTokenMethod · 0.95

Calls 1

defaultOAuthKeyMethod · 0.95

Tested by

no test coverage detected