Skip to content

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

PropertyModifierTypeDefined in
defaultStrategyreadonly| OAuthStrategy | nullpackages/security/src/oauth/library.ts:240
providersreadonlyreadonly { hasMatch: boolean; id: string; }[]packages/security/src/oauth/library.ts:239
sessionsreadonlyreadonly OAuthSessionMetadata[]packages/security/src/oauth/library.ts:238