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

# ScreenMembersOnMfaOtpEnrollmentCode

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

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

  \{ `text_code`: `string`; }

  #### text\_code

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

  `null`
</ParamField>

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

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

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

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