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
FACE_ID
FACE_ID:
"FaceID"
Device supports authentication with Face ID.
Platform
iOS
Defined in
FINGERPRINT
FINGERPRINT:
"Fingerprint"
Device supports authentication with Fingerprint.
Platform
Android
Defined in
IRIS
IRIS:
"Iris"
Device supports authentication with Iris Recognition.
Platform
Android
Defined in
OPTIC_ID
OPTIC_ID:
"OpticID"
Device supports authentication with Optic ID.
Platform
visionOS
Defined in
TOUCH_ID
TOUCH_ID:
"TouchID"
Device supports authentication with Touch ID.
Platform
iOS