Auth0 Universal Components
    Preparing search index...

    Interface MFAEnrollmentForm

    interface MFAEnrollmentForm {
        email_address?: string;
        enroll_email_description?: string;
        enroll_email_placeholder?: string;
        enroll_sms_description?: string;
        enroll_sms_placeholder?: string;
        enroll_title?: string;
        phone_number?: string;
        recovery_code_description?: string;
        show_auth0_guardian_title?: string;
        show_otp?: MFAShowOTP;
    }
    Index

    Properties

    email_address?: string
    enroll_email_description?: string
    enroll_email_placeholder?: string
    enroll_sms_description?: string
    enroll_sms_placeholder?: string
    enroll_title?: string
    phone_number?: string
    recovery_code_description?: string
    show_auth0_guardian_title?: string
    show_otp?: MFAShowOTP