Skip to content

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

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

Returns

Promise&lt;readonly OAuthSessionMetadata[]&gt;

Stable