@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface ResetPasswordMfaPhoneChallengeTryAnotherMethodOptions

    TryAnotherMethodOptions

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

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Properties

    type: "sms" | "voice"

    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.