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

# ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions

ContinueWithPasskeyOptions

```ts Example theme={null}
export interface ContinueWithPasskeyOptions extends CustomOptions {
  /**
   * 省略可能。trueの場合、かつ`screen.showRememberDevice`もtrueの場合、
   * サーバーに対してこのブラウザをMFAの対象として一定期間記憶するよう通知します。
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

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

<ParamField body="rememberDevice?" type="boolean">
  省略可能です。`true` で、かつ `screen.showRememberDevice` も `true` の場合、
  ユーザーが現在のブラウザーを記憶することを選択しており、
  一定期間 MFA をスキップできる可能性があることを示します。`rememberBrowser` フォームフィールドに対応します。
</ParamField>
