Skip to main content
Version: 9.1.0

Enumeration: BIOMETRY_TYPE

Enum representing types of biometric authentication supported by the device.

Enumeration Members

FACE

FACE: "Face"

Device supports authentication with Face Recognition.

Platform

Android

Defined in

enums.ts:93


FACE_ID

FACE_ID: "FaceID"

Device supports authentication with Face ID.

Platform

iOS

Defined in

enums.ts:81


FINGERPRINT

FINGERPRINT: "Fingerprint"

Device supports authentication with Fingerprint.

Platform

Android

Defined in

enums.ts:89


IRIS

IRIS: "Iris"

Device supports authentication with Iris Recognition.

Platform

Android

Defined in

enums.ts:97


OPTIC_ID

OPTIC_ID: "OpticID"

Device supports authentication with Optic ID.

Platform

visionOS

Defined in

enums.ts:85


TOUCH_ID

TOUCH_ID: "TouchID"

Device supports authentication with Touch ID.

Platform

iOS

Defined in

enums.ts:77