@auth0/nextjs-auth0 - v4.19.0
    Preparing search index...

    Interface AuthenticatorApiResponse

    Authenticator response from Auth0 API (snake_case). Maps to Authenticator in SDK-facing interface.

    interface AuthenticatorApiResponse {
        active: boolean;
        authenticator_type: string;
        created_at?: string;
        id: string;
        last_auth?: string;
        name?: string;
        oob_channel?: string;
        phone_number?: string;
        type?: string;
    }
    Index

    Properties

    active: boolean

    Whether authenticator is active

    authenticator_type: string

    Authenticator type (primary field)

    created_at?: string

    ISO 8601 timestamp of creation

    id: string

    Authenticator ID

    last_auth?: string

    ISO 8601 timestamp of last authentication

    name?: string

    Authenticator name (user-defined or default)

    oob_channel?: string

    OOB channel (sms, voice)

    phone_number?: string

    Phone number for OOB (masked)

    type?: string

    Direct type value (optional, feature-flagged field)