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

    Interface ScreenMembersOnMfaSmsChallenge

    Interface for the screen data specific to mfa-sms-challenge screen

    interface ScreenMembersOnMfaSmsChallenge {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | {
                phoneNumber?: string;
                showLinkVoice?: boolean;
                showRememberDevice?: 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;
            showLinkVoice?: boolean;
            showRememberDevice?: boolean;
        }
        | null

    Type Declaration

    • { phoneNumber?: string; showLinkVoice?: boolean; showRememberDevice?: boolean }
      • OptionalphoneNumber?: string

        The phone number where the SMS was sent

      • OptionalshowLinkVoice?: boolean

        Whether to show the link to switch to voice call verification

      • OptionalshowRememberDevice?: boolean

        Whether to show the remember device option

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