AuthenticationOptions constructor

const AuthenticationOptions({
  1. bool useErrorDialogs = true,
  2. bool stickyAuth = false,
  3. bool sensitiveTransaction = true,
  4. bool biometricOnly = false,
})

Constructs a new instance.

Implementation

const AuthenticationOptions({
  this.useErrorDialogs = true,
  this.stickyAuth = false,
  this.sensitiveTransaction = true,
  this.biometricOnly = false,
});