Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / emitOAuthAudit
Function: emitOAuthAudit()
ts
function emitOAuthAudit(event): void;Defined in: packages/security/src/oauth/audit-emitter.ts:86
Emit an event to every subscriber. Listeners that throw are isolated — a faulty listener never tears down the OAuth fast path.
Parameters
| Parameter | Type |
|---|---|
event | OAuthAuditEvent |
Returns
void