> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResetPasswordMfaOtpChallengeContinueOptions

Options for continuing with the OTP challenge.

```ts Example theme={null}
export interface ContinueOptions {
  /** The code entered by the user. */
  code: string;
  /** Any additional custom options */
  [key: string]: string | number | boolean | undefined;
}
```

## Properties

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