Aaid enum Null safety
Enumeration for authenticator attestation identifiers.
- Inheritance
-
- Object
- Enum
- Aaid
Constructors
- Aaid()
-
const
Values
- pin → const Aaid
-
Represents PIN authenticator attestation identifier.
- fingerprint → const Aaid
-
Represents fingerprint authenticator attestation identifier.
- biometric → const Aaid
-
Represents biometric authenticator attestation identifier.
- devicePasscode → const Aaid
-
Represents device passcode authenticator attestation identifier.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- index → int
-
A numeric identifier for the enumerated value.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited