AuthenticationOptions constructor

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

Creates authentication options.

Implementation

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