> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnMfaEnrollResult

ScreenMembersOnMfaEnrollResult

```ts Example theme={null}
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

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type="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`
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record" />
