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

# ScreenMembersOnMfaLoginOptions

mfa-login-options 画面固有の画面データ用インターフェース

```ts Example theme={null}
export interface ScreenMembersOnMfaLoginOptions extends ScreenMembers {
  data: {
    /** ユーザーの登録済みMFA認証要素のリスト */
    enrolled_factors: string[];
  } | null;
}
```

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

<ParamField body="captcha" type={<span><a href="/docs/ja-jp/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="enrolled_factors">
  <h4 id="type-declaration">
    型宣言
  </h4>

  \{ `enrolled_factors`: `string`\[]; }

  <h4 id="enrolled_factors">
    enrolled\_factors
  </h4>

  ユーザーに登録済みのMFA認証要素の一覧

  `null`
</ParamField>

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

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

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

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