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

    Interface ScreenMembersOnMfaEmailList

    Interface for the screen data specific to mfa-email-list screen

    interface ScreenMembersOnMfaEmailList {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data: { enrolled_emails: string[] } | 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: { enrolled_emails: string[] } | null

    Type Declaration

    • { enrolled_emails: string[] }
      • enrolled_emails: string[]

        List of enrolled email addresses

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