Interface AuthCloudApiError.OperationError
- All Superinterfaces:
AuthCloudApiError
,MobileAuthenticationClientError
- All Known Subinterfaces:
AuthCloudApiError.OperationError.ClockSkewTooBig
- Enclosing interface:
- AuthCloudApiError
An error occurred at the FIDO UAF protocol level.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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
FidoErrorCode errorCode()The FIDO UAF error that occurred.- Returns:
- the FIDO UAF error that occurred.
-