Skip to main content

BiometricNoPasscodeError

@authgear/capacitor


@authgear/capacitor / BiometricNoPasscodeError

Class: BiometricNoPasscodeError

BiometricNoPasscodeError means the device does not have a passcode. You should prompt the user to setup a password for their device.

Extends

Constructors

Constructor

new BiometricNoPasscodeError(message?): BiometricNoPasscodeError

Parameters

message?

string

Returns

BiometricNoPasscodeError

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