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

Method getFlow

packages/agent-core/src/services/oauth/oauth.ts:90–90  ·  view source on GitHub ↗

* Snapshot the current flow state for `providerName`. Returns `undefined` * when no flow has been started (or was GC'd after 5 min in terminal state).

(providerName?: string)

Source from the content-addressed store, hash-verified

88 * when no flow has been started (or was GC'd after 5 min in terminal state).
89 */
90 getFlow(providerName?: string): OAuthFlowSnapshot | undefined;
91
92 /**
93 * Cancel a pending flow. Idempotent: cancelling a terminal flow returns

Callers 2

registerOAuthRoutesFunction · 0.65

Implementers 1

OAuthServicepackages/agent-core/src/services/oauth

Calls

no outgoing calls

Tested by

no test coverage detected