-
- All Implemented Interfaces:
-
org.forgerock.android.auth.devicebind.CryptoAware,org.forgerock.android.auth.devicebind.DeviceAuthenticator
public abstract class BiometricAuthenticator implements CryptoAware, DeviceAuthenticator
-
-
Constructor Summary
Constructors Constructor Description BiometricAuthenticator()
-
Method Summary
Modifier and Type Method Description final UnitsetKey(CryptoKey cryptoKey)final UnitsetBiometricHandler(BiometricHandler biometricHandler)UnitdeleteKeys(Context context)DeviceBindingStatusauthenticate(Context context)Display biometric prompt for authentication type -
-
Method Detail
-
setBiometricHandler
final Unit setBiometricHandler(BiometricHandler biometricHandler)
-
deleteKeys
Unit deleteKeys(Context context)
-
authenticate
DeviceBindingStatus authenticate(Context context)
Display biometric prompt for authentication type
-
-
-
-