Skip to content

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

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