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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
metadata? | readonly | Readonly<Record<string, unknown>> | packages/security/src/oauth/events.ts:33 |
reason? | readonly | string | packages/security/src/oauth/events.ts:32 |
serverId | readonly | string | packages/security/src/oauth/events.ts:30 |
ts | readonly | number | packages/security/src/oauth/events.ts:31 |
type | readonly | OAuthLifecycleEventName | packages/security/src/oauth/events.ts:29 |