Package com.thalesgroup.tmgsdk.model
Interface DeviceAuthenticationMethod
-
public interface DeviceAuthenticationMethodDeviceAuthenticationMethoddefines supported device authentication methods.Note: The value can be combined such as BIOMETRIC | KEYGUARD
- Since:
- 1.0
- Version:
- 1.0
-
-
Field Detail
-
BIOMETRIC
static final int BIOMETRIC
The SDK will returnBIOMETRIC, if device supports biometric authentication.- See Also:
- Constant Field Values
-
KEYGUARD
static final int KEYGUARD
The SDK will returnKEYGUARD, if device supports keyguard authentication.- See Also:
- Constant Field Values
-
-