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

# ResetPasswordMfaVoiceChallengeContinueOptions

ResetPasswordMfaVoiceChallengeMembers の `continue()` メソッドに渡すペイロード。

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  /**
   * ユーザーが入力したOTP コード。
   */
  code: string;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="code" type="string">
  ユーザーが入力する OTP コード。
</ParamField>
