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

# ResetPasswordMfaVoiceChallengeContinueOptions

Payload for the `continue()` method on ResetPasswordMfaVoiceChallengeMembers.

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  /**
   * The OTP code entered by the user.
   */
  code: string;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

## Properties

<ParamField body="code" type="string">
  The OTP code entered by the user.
</ParamField>
