Skip to content

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

ParameterType
eventOAuthAuditEvent

Returns

void

Stable