BiometricLockoutError
@authgear/capacitor / BiometricLockoutError
Class: BiometricLockoutError
BiometricLockoutError means the biometric is locked due to too many failed attempts.
Extends
Constructors
Constructor
new BiometricLockoutError(
message?):BiometricLockoutError
Parameters
message?
string
Returns
BiometricLockoutError
Inherited from
Properties
underlyingError?
optionalunderlyingError:unknown
underlyingError is the underlying error. The type is unknown because it is possible to throw anything in JavaScript. Use ordinary approaches, such as instanceof operator, to identify what it is.