> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.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 {
  /**
   * Optional. If true, and if `screen.showRememberDevice` is also true,
   * this signals the server to remember this browser for MFA for a defined period.
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}
```

## Properties

<ParamField body="rememberDevice?" type="boolean">
  Optional. If `true` and `screen.showRememberDevice` is also `true`,
  this indicates the user has opted to remember the current browser,
  potentially skipping MFA for a period. Corresponds to the `rememberBrowser` form field.
</ParamField>
