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
| Parameter | Type |
|---|---|
storage | OAuthServerStore |
options | { secretsStore?: SecretsStore; } |
options.secretsStore? | SecretsStore |
Returns
Promise<OAuthStatusSnapshot>