Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / OAuthStatusSnapshot
Interface: OAuthStatusSnapshot
Defined in: packages/security/src/oauth/library.ts:211
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:214 |
providers | readonly | readonly { hasMatch: boolean; id: string; }[] | packages/security/src/oauth/library.ts:213 |
sessions | readonly | readonly OAuthSessionMetadata[] | packages/security/src/oauth/library.ts:212 |