Skip to main content

BiometricNotSupportedOrPermissionDeniedError

@authgear/capacitor


@authgear/capacitor / BiometricNotSupportedOrPermissionDeniedError

Class: BiometricNotSupportedOrPermissionDeniedError

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

Extends

Constructors

Constructor

new BiometricNotSupportedOrPermissionDeniedError(message?): BiometricNotSupportedOrPermissionDeniedError

Parameters

message?

string

Returns

BiometricNotSupportedOrPermissionDeniedError

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