AuthenticationOptions constructor
const
AuthenticationOptions({})
Creates authentication options.
Implementation
const AuthenticationOptions({
this.useErrorDialogs = true,
this.stickyAuth = true,
this.biometricOnly = false,
});