> ## Documentation Index
> Fetch the complete documentation index at: https://translations.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 {
  /**
   * MFA登録のステータスを含む画面固有のデータ。
   * @type {{ status: string; } | null}
   */
  data: {
    /**
     * MFA登録プロセスのステータス。
     * 指定可能な値には "success"、"failure"、またはその他の固有のステータスコードが含まれる場合があります。
     * このステータスを使用して、ユーザーに適切なメッセージを表示できます。
     * @type {string}
     */
    status: string;
  } | null;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="captcha" type={<span><a href="/ja/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">
  画面固有のデータです。

  #### 型宣言

  \{ `status`: `string`; }

  #### status

  MFA 登録プロセスのステータスです。
  指定可能な値には、"success"、"failure"、またはその他の特定のステータスコードがあります。
  このステータスは、ユーザーに適切なメッセージを表示するために使用できます。

  `null`
</ParamField>

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

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

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

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