Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ScreenMembersOnMfaEnrollResult
Example
export interface ScreenMembersOnMfaEnrollResult extends ScreenMembers {
  /**
   * Screen-specific data containing the status of the MFA enrollment.
   * @type {{ status: string; } | null}
   */
  data: {
    /**
     * 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.
     * @type {string}
     */
    status: string;
  } | null;
}

Properties

captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
status
Screen-specific data.

Type Declaration

{ status: string; }

status

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
name
string
texts
Record