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

    Interface ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions

    TryAnotherMethodOptions

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

    Hierarchy (View Summary)

    • CustomOptions
      • ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions

    Indexable

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

    Properties

    Properties

    type: "voice" | "sms"

    The delivery method that was initially presented or selected on the current screen. This is required by the API endpoint to correctly process the 'pick-authenticator' action.

    • sms: Indicates the current screen was for SMS challenge.
    • voice: Indicates the current screen was for Voice challenge.