HID APPROVE SDK
5.7.1
HID APPROVE SDK for Android
|
Public Attributes | |
ENABLED | |
NOT_CAPABLE | |
NOT_ENABLED | |
NOT_ENROLLED | |
Working state of authentication with biometrics.
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.ENABLED |
Authentication with biometrics is enabled, the SDK will accept password null in authentication methods.
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.NOT_CAPABLE |
The device has no biometric sensor, authentication with biometrics is not possible
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.NOT_ENABLED |
Authentication with biometrics is not enabled. To enable, a call to BioPasswordPolicy.enableBioAuthentication is required.
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.NOT_ENROLLED |
The user did not enrolled biometric features at the device level, authentication with biometrics cannot be enabled.