Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/mcp / / mcpAuthListSessions

Function: mcpAuthListSessions()

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

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

Drive graphorin auth list --mcp.

Parameters

ParameterType
storageOAuthServerStore

Returns

Promise&lt;readonly OAuthSessionMetadata[]&gt;