Enumeration BiometricCheckStatus

Enumeration Members

AVAILABLE: "AVAILABLE"

Biometric authentication is available on the device.

UNAVAILABLE: "UNAVAILABLE"

Biometric authentication is not available on the device.

BLOCKED: "BLOCKED"

iOS only

The user denied the request for permission to use biometrics on the device.

NOT_SUPPORTED: "NOT_SUPPORTED"

The device does not support biometric authentication.

Generated using TypeDoc