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

    Interface ScreenMembersOnMfaEmailList

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

    interface ScreenMembersOnMfaEmailList {
        captcha: null | Classes.CaptchaContext;
        captchaImage: null | string;
        captchaProvider: null | string;
        captchaSiteKey: null | string;
        data: null | { enrolled_emails: string[] };
        isCaptchaAvailable: boolean;
        links: null | Record<string, string>;
        name: string;
        texts: null | Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: null | Classes.CaptchaContext
    captchaImage: null | string
    captchaProvider: null | string
    captchaSiteKey: null | string
    data: null | { enrolled_emails: string[] }

    Type declaration

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

        List of enrolled email addresses

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