Skip to content

Graphorin API reference v0.5.0


Graphorin API reference / @graphorin/security / / emitAuthAudit

Function: emitAuthAudit()

ts
function emitAuthAudit(event): void;

Defined in: packages/security/src/auth/audit-emitter.ts:93

Emit an auth audit event to every subscriber. Listener exceptions are isolated from the auth path.

Parameters

ParameterType
eventAuthAuditEvent

Returns

void

Stable