Interface AuthCloudApiError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
AuthCloudApiError.DecryptionError,AuthCloudApiError.DeviceProtectionError,AuthCloudApiError.MalformedResponse,AuthCloudApiError.NetworkError,AuthCloudApiError.NoDeviceLockError,AuthCloudApiError.OperationError,AuthCloudApiError.OperationError.AppAttestationError,AuthCloudApiError.OperationError.ClockSkewTooBig,AuthCloudApiError.TokenAlreadyRedeemed,AuthCloudApiError.TokenExpired
The error that can occur when the registration using the the
Authentication Cloud API
fails.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe encrypted contents of the Authentication Cloud API response could not be decrypted.static interfaceAn error that indicates that some form of tampering was found in the application.static interfaceA problem with the provided Authentication Cloud API response occurred.static interfaceA network error occurred while redeeming the token: either the server was not reachable or it returned an HTTP error.static interfaceThe android device has no secure lock screen.static interfaceAn error occurred at the FIDO UAF protocol level.static interfaceThe token was already redeemed.static interfaceThe token has expired. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description