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

    Interface ScreenMembersOnResetPasswordMfaVoiceChallenge

    Interface for the screen data specific to reset-password-mfa-voice-challenge screen.

    interface ScreenMembersOnResetPasswordMfaVoiceChallenge {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data: { phoneNumber: string; showLinkSms?: boolean } | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data: { phoneNumber: string; showLinkSms?: boolean } | null

    Type Declaration

    • { phoneNumber: string; showLinkSms?: boolean }
      • phoneNumber: string

        The phone number to send the voice call to.

      • OptionalshowLinkSms?: boolean

        Whether to show the link to switch to SMS verification.

    • null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null