Interface AuthCloudApiError.OperationError
- All Superinterfaces:
AuthCloudApiError
,MobileAuthenticationClientError
- All Known Subinterfaces:
AuthCloudApiError.OperationError.AppAttestationError
,AuthCloudApiError.OperationError.ClockSkewTooBig
- Enclosing interface:
- AuthCloudApiError
An error occurred at the FIDO UAF protocol level.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The server requires application attestation and there was a problem either obtaining the application attestation information from the Google Cloud APIs, or the server did not accept the contents sent by the SDK.static interface
The clocks on the mobile and on the server are too apart and the server refused to validate the JWS.Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.authcloudapi.AuthCloudApiError
AuthCloudApiError.DecryptionError, AuthCloudApiError.DeviceProtectionError, AuthCloudApiError.MalformedResponse, AuthCloudApiError.NetworkError, AuthCloudApiError.NoDeviceLockError, AuthCloudApiError.OperationError, AuthCloudApiError.TokenAlreadyRedeemed, AuthCloudApiError.TokenExpired
-
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
errorCode
The FIDO UAF error that occurred.- Returns:
- the FIDO UAF error that occurred.
-