Skip to main content

@authgear/capacitor / BiometricPrivateKeyNotFoundError

Class: BiometricPrivateKeyNotFoundError

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

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new BiometricPrivateKeyNotFoundError(message?): BiometricPrivateKeyNotFoundError

Parameters

NameType
message?string

Returns

BiometricPrivateKeyNotFoundError

Inherited from

AuthgearError.constructor

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1082

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

Defined in

packages/authgear-capacitor/index.d.ts:14