LocalAuthFailure enum

Inheritance

Constructors

LocalAuthFailure()
const

Values

passcodeNotSet → const LocalAuthFailure

Indicates that the user has not yet configured a passcode (iOS) or PIN/pattern/password (Android) on the device.

noFingerprintsAvailable → const LocalAuthFailure

Indicates the user has not enrolled any fingerprints on the device.

tooManyAttempts → const LocalAuthFailure

Indicates the API being disabled due to too many lock outs.

permanentlyLockedOut → const LocalAuthFailure

Strong authentication like PIN/Pattern/Password is required to unlock.

platformNotSupported → const LocalAuthFailure

Indicates the device operating system is not iOS or Android.

notAvailable → const LocalAuthFailure

Indicates the device does not have a Touch ID/fingerprint scanner.

wrongPin → const LocalAuthFailure

Provided PIN code was wrong

pinNotMatching → const LocalAuthFailure

PIN and confirmation PIN don't match

biometricAuthenticationFailed → const LocalAuthFailure

Biometric authentication failed without providing any other reason

alreadySetUp → const LocalAuthFailure

Authentication is already set up, overwriting is not allowed

unknown → const LocalAuthFailure

Authentication failed for no specific reason

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<LocalAuthFailure>
A constant List of the values in this enum, in order of their declaration.