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