Skip to main content

BiometricLockoutError

@authgear/capacitor


@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

AuthgearError.constructor

Properties

underlyingError?

optional underlyingError: 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.

Inherited from

AuthgearError.underlyingError