Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/security / / onAuthAudit
Function: onAuthAudit()
ts
function onAuthAudit(listener): () => void;Defined in: packages/security/src/auth/audit-emitter.ts:66
Subscribe to auth audit events. Returns an unsubscribe function.
Parameters
| Parameter | Type |
|---|---|
listener | AuthAuditListener |
Returns
() => void