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

    Interface EnrollFactorTypeOobOptions

    Enroll OOB authenticator using factorType.

    interface EnrollFactorTypeOobOptions {
        email?: string;
        factorType: "email" | "push" | "sms" | "voice";
        mfaToken: string;
        phoneNumber?: string;
    }
    Index

    Properties

    email?: string

    Email address (optional for email channel - uses user's email if not provided)

    factorType: "email" | "push" | "sms" | "voice"

    Factor type discriminator

    mfaToken: string

    Encrypted MFA token

    phoneNumber?: string

    Phone number in E.164 format (required for sms/voice)