Auth0 Universal Components
    Preparing search index...

    Interface Authenticator

    interface Authenticator {
        confirmed?: boolean;
        created_at: string | null;
        email?: string;
        enrolled: boolean;
        id: string;
        name?: string;
        type: MFAType;
    }
    Index

    Properties

    confirmed?: boolean
    created_at: string | null
    email?: string
    enrolled: boolean
    id: string
    name?: string
    type: MFAType