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

    Interface ScreenMembersOnPhoneIdentifierChallenge

    interface ScreenMembersOnPhoneIdentifierChallenge {
        captcha: Screens.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | {
                messageType?: "voice"
                | "text";
                phone?: string;
                resendLimitReached?: boolean;
                showLinkSms?: boolean;
                showLinkVoice?: boolean;
            }
            | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string>
        | null;
        name: string;
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Screens.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data:
        | {
            messageType?: "voice"
            | "text";
            phone?: string;
            resendLimitReached?: boolean;
            showLinkSms?: boolean;
            showLinkVoice?: boolean;
        }
        | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null