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

# ScreenMembersOnResetPasswordMfaVoiceChallenge

reset-password-mfa-voice-challenge 画面固有のデータのインターフェース。

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers {
  data: {
    /**
     * 音声通話の送信先電話番号。
     */
    phoneNumber: string;

    /**
     * SMS認証に切り替えるリンクを表示するかどうか。
     */
    showLinkSms?: boolean;
  } | 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`; `showLinkSms?`: `boolean`; }

  #### phoneNumber

  音声通話の送信先の電話番号です。

  #### showLinkSms?

  SMS認証に切り替えるリンクを表示するかどうかです。

  `null`
</ParamField>

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

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

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

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