HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState Enum Reference

Working state of authentication with biometrics. More...

Public Attributes

 ENABLED
 
 INVALID_KEY
 
 NOT_CAPABLE
 
 NOT_ENABLED
 
 NOT_ENROLLED
 

Detailed Description

Working state of authentication with biometrics.

Member Data Documentation

◆ ENABLED

com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.ENABLED

Authentication with biometrics is enabled, the SDK will accept password null in authentication methods.

◆ INVALID_KEY

com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.INVALID_KEY

the cryptographic key has been invalidated

◆ NOT_CAPABLE

com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.NOT_CAPABLE

The device has no biometric sensor, authentication with biometrics is not possible

◆ NOT_ENABLED

com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState.NOT_ENABLED

Authentication with biometrics is not enabled. To enable, a call to BioPasswordPolicy.enableBioAuthentication is required.

◆ NOT_ENROLLED

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.