Aaid enum

Enumeration for authenticator attestation identifiers.

Inheritance
  • Object
  • Enum
  • Aaid

Constructors

Aaid()
const

Values

pin → const Aaid

The AAID of the PIN authenticator. The PIN authenticator is managed by the SDK and is not the device passcode defined in the operating system settings.

fingerprint → const Aaid

The AAID of the Fingerprint authenticator.

biometric → const Aaid

The AAID of the Biometric authenticator.

devicePasscode → const Aaid

The AAID of the Device Passcode authenticator. This is the passcode used to lock your device and is defined in the operating system settings.

password → const Aaid

The AAID of the password authenticator. The password authenticator is managed by the SDK and is not the device passcode defined in the operating system settings. The main difference with the PIN authenticator is that a password can contain characters that are not digits.

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<Aaid>
A constant List of the values in this enum, in order of their declaration.
[pin, fingerprint, biometric, devicePasscode, password]