nevis_mobile_authentication_sdk_android 3.2.0 nevis_mobile_authentication_sdk_android: ^3.2.0 copied to clipboard
Android implementation of the nevis_mobile_authentication_sdk plugin
3.0.1 #
- Initial release.
3.1.0 #
- From this version on, the deregistration operation does not require the
aaid
to be provided. Providing noaaid
in the operation leads to the whole account being deregistered instead of a single authenticator. - We now support class 2 sensors for the biometric authenticator on Android platform.
- Updated Nevis Mobile Authentication SDK for Android to version 3.1.0.
- Deregistration in the Identity Suite environment is not working when cookie renewal is enabled on the backend.
3.2.0 #
- Updated Nevis Mobile Authentication SDK for Android to version 3.2.0.
- We now support disabling the device passcode as fallback for the biometric authenticator. See
Registration.allowDevicePasscodeAsFallback
,AuthCloudApiRegistration.allowDevicePasscodeAsFallback
andOutOfBandRegistration.allowDevicePasscodeAsFallback
. - We now support adding a retry strategy to the device information change operation.
- The
authenticationRetryInterval
andauthenticationMaxRetries
properties have been removed from theConfiguration
object. Use theAuthentication.retryPolicyObtainingAuthorizationProvider
instead. - We fixed the deregistration operation, the SDK now fully supports the nevisProxy cookie renewal feature.