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

# ResetPasswordMfaWebAuthnRoamingChallengeTryAnotherMethodOptions

TryAnotherMethodOptions

```ts Example theme={null}
export interface TryAnotherMethodOptions extends CustomOptions {
  /**
   * Opcional. Si es `true`, y si el contexto de la pantalla (`screen.showRememberDevice`)
   * indica que recordar el dispositivo es una opción, esto señala la intención del usuario
   * de recordar este navegador/dispositivo.
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

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

<ParamField body="rememberDevice?" type="boolean">
  Opcional. Si `true` y `screen.showRememberDevice` también es `true`,
  el SDK incluirá `rememberBrowser=true` al enviar el formulario.
</ParamField>
