Skip to main content
ContinueWithPasskeyOptions
Example
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;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

rememberDevice?
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.