Skip to main content

BiometricPrivateKeyNotFoundError

@authgear/capacitor


@authgear/capacitor / BiometricPrivateKeyNotFoundError

Class: BiometricPrivateKeyNotFoundError

BiometricPrivateKeyNotFoundError means the biometric has changed so that the private key has been invalidated.

Extends

Constructors

Constructor

new BiometricPrivateKeyNotFoundError(message?): BiometricPrivateKeyNotFoundError

Parameters

message?

string

Returns

BiometricPrivateKeyNotFoundError

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