Fido2Status class

Constructors

Fido2Status()

Properties

hashCode int
The hash code for this object.
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

ABORT_ERR → const int
The operation is canceled by the user.
CONSTRAINT_ERR → const int
Constraint error. Verify that relevant registration or authentication parameters are correct.
DATA_ERR → const int
Data error. Verify that relevant registration or authentication parameters are correct.
ENCODING_ERR → const int
Encoding error. Verify that relevant registration or authentication parameters are correct.
HMS_FRAMEWORK_ERR → const int
An HMS Core framework error occurred. Update the HMS Core (APK) to the latest version and clear app data.
INVALID_STATE_ERR → const int
Invalid status. Check the status of the roaming authenticator and use it correctly.
NOT_ALLOWED_ERR → const int
The operation is rejected by the user.
NOT_SUPPORTED_ERR → const int
Not supported by the system. Verify that relevant registration or authentication parameters are correct.
OK → const int
Success.
SECURITY_ERR → const int
The device failed the system integrity check. The possible cause is that the device is unlocked or rooted. Use a device meeting the security requirements.
TIMEOUT_ERR → const int
The request timed out.
UNKNOWN_ERR → const int
Unknown error. Contact Huawei technical support.