Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/mcp / / mcpAuthStatus

Function: mcpAuthStatus()

ts
function mcpAuthStatus(storage, options?): Promise<OAuthStatusSnapshot>;

Defined in: packages/mcp/src/oauth/library.ts:69

Drive graphorin auth status --mcp.

Parameters

ParameterType
storageOAuthServerStore
options{ secretsStore?: SecretsStore; }
options.secretsStore?SecretsStore

Returns

Promise&lt;OAuthStatusSnapshot&gt;