@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface MfaPhoneEnrollmentContinueOptions

    Options for continuing with the MFA phone enrollment.

    Extends CustomOptions to allow passing custom options alongside phone and type.

    interface MfaPhoneEnrollmentContinueOptions {
        phone: string;
        type: "voice" | "sms";
        [key: string]: string | number | boolean | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    Properties

    phone: string
    type: "voice" | "sms"