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

    Interface ScreenMembersOnPhoneIdentifierChallenge

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

    Hierarchy (View Summary)

    Index

    Properties

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