Skip to main content
VerifySecurityKeyOptions
Example
export interface VerifySecurityKeyOptions extends CustomOptions {
  rememberDevice?: boolean;
}

Indexable

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

Properties

rememberDevice?
boolean
Optional. If true, attempts to remember the browser for future MFA challenges. Corresponds to the rememberBrowser form field.