Interface AuthenticationEvent

interface AuthenticationEvent {
    type: AuthenticationEventType;
    [key: string]: any;
}

Hierarchy

  • Record<string, any>
    • AuthenticationEvent

Indexable

  • [key: string]: any

Properties

Properties