Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/security / / getOAuthStatus

Function: getOAuthStatus()

ts
function getOAuthStatus(storage, options?): Promise<OAuthStatusSnapshot>;

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

Build the snapshot returned by graphorin auth status (Phase 15).

Parameters

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

Returns

Promise&lt;OAuthStatusSnapshot&gt;

Stable