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

    Interface ScreenMembersOnMfaEnrollResult

    ScreenMembersOnMfaEnrollResult

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

    Screen-specific data.

    Type Declaration

    • { 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.

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