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