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