Aaid enum
Enumeration for authenticator attestation identifiers.
- Inheritance
- Available extensions
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
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