HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Working state of authentication with biometrics. More...
Public Attributes | |
ENABLED | |
INVALID_KEY | |
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.INVALID_KEY |
the cryptographic key has been invalidated
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.