Package com.thalesgroup.tmgsdk.model
Class DeviceAuthenticationChecker
- java.lang.Object
-
- com.thalesgroup.tmgsdk.model.DeviceAuthenticationChecker
-
public class DeviceAuthenticationChecker extends Object
DeviceAuthenticationCheckerused to check what kind 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)An utility to check if the Biometric can be supported as an authentication method for the current Device.static DeviceKeyguardSupportgetDeviceKeyguardSupport(Context context)An utility to check if the Keyguard can be supported as an authentication method for the current Device.
-
-
-
Method Detail
-
getBiometricsSupport
public static BiometricsSupport getBiometricsSupport(Context context)
An utility to check if the Biometric can be supported as an authentication method for the current Device.
-
getDeviceKeyguardSupport
public static DeviceKeyguardSupport getDeviceKeyguardSupport(Context context)
An utility to check if the Keyguard can be supported as an authentication method for the current Device.
-
-