> ## 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.

# ScreenMembersOnMfaOtpEnrollmentCode

mfa-otp-enrollment-code 画面固有の画面データ用インターフェース。

```ts Example theme={null}
export interface ScreenMembersOnMfaOtpEnrollmentCode extends ScreenMembers {
  data: {
    /**
     * ユーザーに表示するテキストコード。
     */
    text_code: 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="text_code">
  <h4 id="type-declaration">
    型宣言
  </h4>

  \{ `text_code`: `string`; }

  <h4 id="text_code">
    text\_code
  </h4>

  ユーザーに表示するテキストコード。

  `null`
</ParamField>

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

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

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

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