Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/security / / emitOAuthLifecycle
Function: emitOAuthLifecycle()
ts
function emitOAuthLifecycle(event): void;Defined in: packages/security/src/oauth/events.ts:64
Stable
Emit a lifecycle event. Listeners that throw are isolated from the OAuth fast path.
Parameters
| Parameter | Type |
|---|---|
event | OAuthLifecycleEvent |
Returns
void