@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.
Hierarchy
-
↳
BiometricNoPasscodeError
Table of contents
Constructors
Properties
Constructors
constructor
• new BiometricNoPasscodeError(message?
): BiometricNoPasscodeError
Parameters
Name | Type |
---|---|
message? | string |
Returns
Inherited from
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
Defined in
packages/authgear-capacitor/index.d.ts:14