Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / listOAuthSessions
Function: listOAuthSessions()
ts
function listOAuthSessions(storage, options?): Promise<readonly OAuthSessionMetadata[]>;Defined in: packages/security/src/oauth/library.ts:105
List the audit-safe metadata of every persisted OAuth session.
Parameters
| Parameter | Type |
|---|---|
storage | OAuthServerStore |
options | { secretsStore?: SecretsStore; } |
options.secretsStore? | SecretsStore |
Returns
Promise<readonly OAuthSessionMetadata[]>