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

    Interface ScreenMembersOnPhoneIdentifierEnrollment

    interface ScreenMembersOnPhoneIdentifierEnrollment {
        captcha: Screens.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | { messageType?: "voice"
            | "text"; phone?: string; username?: string }
            | null;
        editIdentifierLink: string | 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; username?: string }
        | null
    editIdentifierLink: string | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    texts: Record<string, string> | null