Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / OAuthLifecycleEvent

Interface: OAuthLifecycleEvent

Defined in: packages/security/src/oauth/events.ts:28

Lifecycle event payload. Intentionally minimal so the framework can keep the same shape across consumers.

Stable

Properties

PropertyModifierTypeDefined in
metadata?readonlyReadonly<Record&lt;string, unknown&gt;>packages/security/src/oauth/events.ts:33
reason?readonlystringpackages/security/src/oauth/events.ts:32
serverIdreadonlystringpackages/security/src/oauth/events.ts:30
tsreadonlynumberpackages/security/src/oauth/events.ts:31
typereadonlyOAuthLifecycleEventNamepackages/security/src/oauth/events.ts:29