Skip to main content

Enumeration: BIOMETRY_TYPE

Enum representing types of biometric authentication supported by the device.

Enumeration Members

FACE

FACE: "Face"

Device supports authentication with Face Recognition. (Android only)

Defined in

index.ts:80


FACE_ID

FACE_ID: "FaceID"

Device supports authentication with Face ID. (iOS only)

Defined in

index.ts:74


FINGERPRINT

FINGERPRINT: "Fingerprint"

Device supports authentication with Fingerprint. (Android only)

Defined in

index.ts:78


IRIS

IRIS: "Iris"

Device supports authentication with Iris Recognition. (Android only)

Defined in

index.ts:82


OPTIC_ID

OPTIC_ID: "OpticID"

Device supports authentication with Optic ID. (visionOS only)

Defined in

index.ts:76


TOUCH_ID

TOUCH_ID: "TouchID"

Device supports authentication with Touch ID. (iOS only)

Defined in

index.ts:72