auth.provider API
    Preparing search index...
    interface AuditEvent {
        clientId?: string;
        details?: Record<string, unknown>;
        ip?: string;
        subject?: string;
        timestamp: Date;
        type: string;
        userAgent?: string;
    }
    Index

    Properties

    clientId?: string
    details?: Record<string, unknown>
    ip?: string
    subject?: string
    timestamp: Date
    type: string

    Built-in event types (informative, not exhaustive): "login.success" | "login.failure" | "token.issued" | "token.refreshed" | "token.revoked" | "federation.success" | "federation.failure" | "mfa.challenge.issued" | "mfa.challenge.success" | "mfa.challenge.failure" | "logout" | "scope.denied" | "rate_limit.unavailable" Consumers MAY emit custom event types with their own namespace.

    userAgent?: string