Skip to main content
TryAnotherMethodOptions
Example
export interface TryAnotherMethodOptions extends CustomOptions {
  /**
   * Optional. If `true`, and if the screen context (`screen.showRememberDevice`)
   * indicates that remembering the device is an option, this signals the user's
   * intent to remember this browser/device.
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}

Indexable

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

Properties

rememberDevice?
boolean
Optional. If true and screen.showRememberDevice is also true, the SDK will include rememberBrowser=true in the form submission.