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

# ResetPasswordMfaWebAuthnPlatformChallengeContinueOptions

ContinueWithPasskeyOptions

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

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

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