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
| Parameter | Type |
|---|---|
storage | OAuthServerStore |
options | { secretsStore?: SecretsStore; } |
options.secretsStore? | SecretsStore |
Returns
Promise<OAuthStatusSnapshot>