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

# MFAリカバリーコード確認の新しいコードの続行オプション

続行オプション

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  // CustomOptions以外に必要なプロパティはありません。
  // 'saved'パラメータはcontinueメソッドによって内部的に処理されます。
}
```
