Auth0 Universal Components
    Preparing search index...

    Interface MFAShowOTP

    interface MFAShowOTP {
        enter_opt_code?: string;
        enter_verify_code?: string;
        one_time_passcode?: string;
        qr_code_description?: string;
        title?: string;
        verifying?: string;
    }
    Index

    Properties

    enter_opt_code?: string
    enter_verify_code?: string
    one_time_passcode?: string
    qr_code_description?: string
    title?: string
    verifying?: string