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

# ScreenMembersOnResetPasswordMfaVoiceChallenge

Interface for the screen data specific to reset-password-mfa-voice-challenge screen.

```ts Example theme={null}
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers {
  data: {
    /**
     * The phone number to send the voice call to.
     */
    phoneNumber: string;

    /**
     * Whether to show the link to switch to SMS verification.
     */
    showLinkSms?: boolean;
  } | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/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">
  #### Type Declaration

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

  #### phoneNumber

  The phone number to send the voice call to.

  #### showLinkSms?

  Whether to show the link to switch to SMS verification.

  `null`
</ParamField>

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

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

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

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