Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / getOAuthStatus

Function: getOAuthStatus()

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

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

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

Parameters

ParameterType
storageOAuthServerStore

Returns

Promise&lt;OAuthStatusSnapshot&gt;

Stable