AuthenticationOptions class
Authentication options for biometric authentication.
This class matches the options from the local_auth package.
Constructors
- AuthenticationOptions({bool useErrorDialogs = true, bool stickyAuth = true, bool biometricOnly = false})
-
Creates authentication options.
const
Properties
- biometricOnly → bool
-
Whether to use biometric-only authentication.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stickyAuth → bool
-
Whether to use sticky authentication.
final
- useErrorDialogs → bool
-
Whether to use error dialogs.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited