Skip to main content

BiometricNotSupportedOrPermissionDeniedError

@authgear/react-native / BiometricNotSupportedOrPermissionDeniedError

Class: BiometricNotSupportedOrPermissionDeniedError

BiometricNotSupportedOrPermissionDeniedError means this device does not support biometric, or the user has denied the usage of biometric.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new BiometricNotSupportedOrPermissionDeniedError(message?)

Parameters

NameType
message?string

Inherited from

AuthgearError.constructor

Defined in

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

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-react-native/index.d.ts:14