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
| Parameter | Type |
|---|---|
event | AuthAuditEvent |
Returns
void