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

    Interface ResetPasswordMfaPhoneChallengeContinueOptions

    ContinueOptions

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

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Properties

    type: "voice" | "sms"

    The delivery method selected by the user for receiving the verification code.

    • sms: Send the code via text message.
    • voice: Send the code via a voice call.