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

    Interface ScreenMembersOnMfaEnrollResult

    ScreenMembersOnMfaEnrollResult

    interface ScreenMembersOnMfaEnrollResult {
        captcha: null | Classes.CaptchaContext;
        captchaImage: null | string;
        captchaProvider: null | string;
        captchaSiteKey: null | string;
        data: null | { status: 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 | { status: string }

    Screen-specific data.

    Type declaration

    • null
    • { status: string }
      • status: string

        The status of the MFA enrollment process. Possible values might include "success", "failure", or other specific status codes. This status can be used to display an appropriate message to the user.

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