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

# ScreenMembersOnResetPasswordMfaSmsChallenge

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaSmsChallenge extends ScreenMembers {
  data: {
    phoneNumber: string;
    /**
     * 音声通話認証に切り替えるリンクを表示するかどうか
     */
    showLinkVoice?: boolean;
  } | 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="phoneNumber">
  <h4 id="type-declaration">
    型宣言
  </h4>

  \{ `phoneNumber`: `string`; `showLinkVoice?`: `boolean`; }

  <h4 id="phonenumber">
    phoneNumber
  </h4>

  <h4 id="showlinkvoice">
    showLinkVoice?
  </h4>

  音声通話認証に切り替えるリンクを表示するかどうか

  `null`
</ParamField>

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

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

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

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