Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / listOAuthSessions

Function: listOAuthSessions()

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

Defined in: packages/security/src/oauth/library.ts:99

List the audit-safe metadata of every persisted OAuth session.

Parameters

ParameterType
storageOAuthServerStore

Returns

Promise&lt;readonly OAuthSessionMetadata[]&gt;

Stable