Package com.thalesgroup.tmgsdk.model
Class DeviceAuthenticationChecker
- java.lang.Object
-
- com.thalesgroup.tmgsdk.model.DeviceAuthenticationChecker
-
public class DeviceAuthenticationChecker extends Object
TheDeviceAuthenticationCheckerutility class is used to check the type of authentication the device supports.- Since:
- 1.0
- Version:
- 1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BiometricsSupportgetBiometricsSupport(Context context)A utility to check if the biometric features can be supported as an authentication method for the current device.
-
-
-
Method Detail
-
getBiometricsSupport
public static BiometricsSupport getBiometricsSupport(Context context)
A utility to check if the biometric features can be supported as an authentication method for the current device.
-
-