> ## 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 {
  /**
   * Opcional. Si es true, y si `screen.showRememberDevice` también es true,
   * indica al servidor que recuerde este navegador para MFA durante un período definido.
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="rememberDevice?" type="boolean">
  Opcional. Si es `true` y `screen.showRememberDevice` también es `true`,
  esto indica que el usuario ha elegido recordar el navegador actual,
  lo que podría permitir omitir MFA durante un tiempo. Corresponde al campo de formulario `rememberBrowser`.
</ParamField>
