FuturaeLockApi
A grouping for futurae Lock/Unlock management.
See also
unlocks the SDK based on the provided credentials and lock configuration.
lock the sdk
check if SDK is locked at the moment.
list of available UnlockMethodType.
activate biometric for SDK_PIN_WITH_BIOMETRICS_OPTIONAL
deactivate biometrics for SDK_PIN_WITH_BIOMETRICS_OPTIONAL
check if new biometric data was added since initialization.
Functions
Activate the biometric authentication as a means of convenience to verify the user presence, so that the user doesn't have to enter the PIN to unlock the SDK. This method shall only be called when the SDK LockConfigurationType is SDK_PIN_WITH_BIOMETRICS_OPTIONAL.
Change the Custom App PIN. This is a protected operation, so the SDK must be unlocked before calling this method.
Deactivate biometrics as an authentication method. This function revokes the biometric authentication capability for unlocking the SDK. This method shall only be called when the SDK LockConfigurationType is SDK_PIN_WITH_BIOMETRICS_OPTIONAL
Returns the list of available UnlockMethodType which the SDK may currently be unlocked with.
Check whether the device biometrics have changed. This method is only available when the SDKConfiguration uses setInvalidatedByBiometricChange(true) and LockConfigurationType other than NONE.
Switch lock configuration without resetting. Requires at least one enrolled account.
Unlocking method that could be called prior to using a locked functionality,