Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / OAuthStatusSnapshot
Interface: OAuthStatusSnapshot
Defined in: packages/security/src/oauth/library.ts:237
Snapshot of the OAuth subsystem state. Used by graphorin auth status.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
defaultStrategy | readonly | | OAuthStrategy | null | packages/security/src/oauth/library.ts:240 |
providers | readonly | readonly { hasMatch: boolean; id: string; }[] | packages/security/src/oauth/library.ts:239 |
sessions | readonly | readonly OAuthSessionMetadata[] | packages/security/src/oauth/library.ts:238 |