Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/mcp / / mcpAuthListSessions

Function: mcpAuthListSessions()

ts
function mcpAuthListSessions(storage, options?): Promise<readonly OAuthSessionMetadata[]>;

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

Drive graphorin auth list --mcp.

Parameters

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

Returns

Promise&lt;readonly OAuthSessionMetadata[]&gt;