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

    Interface ScreenMembersOnPhoneIdentifierEnrollment

    interface ScreenMembersOnPhoneIdentifierEnrollment {
        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:
            | { phone?: string; messageType?: "text"
            | "voice"; username?: string }
            | null;
        editIdentifierLink: string | 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:
        | { phone?: string; messageType?: "text"
        | "voice"; username?: string }
        | null
    editIdentifierLink: string | null