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

Properties

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