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

# ScreenMembersOnResetPasswordMfaPhoneChallenge

ScreenMembersOnResetPasswordMfaPhoneChallenge

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaPhoneChallenge extends ScreenMembers {
  /**
   * @property {object | null} data - 画面固有のデータ。
   * @property {string} data.phoneNumber - パスワードリセット中のMFAチャレンジに関連付けられた電話番号（セキュリティのためマスクされている場合があります）。
   */
  data: {
    /** このMFAチャレンジに関連付けられた電話番号（多くの場合マスクされています）。 */
    phoneNumber: 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="phoneNumber">
  #### 型宣言

  \{ `phoneNumber`: `string`; }

  #### phoneNumber

  この MFA チャレンジに関連付けられた電話番号 (通常はマスクされています) 。

  `null`
</ParamField>

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

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

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

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