Interface DeviceInformationSyncError.ClockSkewTooBig
- All Superinterfaces:
DeviceInformationSyncError
,MobileAuthenticationClientError
- Enclosing interface:
- DeviceInformationSyncError
public static interface DeviceInformationSyncError.ClockSkewTooBig
extends DeviceInformationSyncError
The clocks on the mobile and on the server are too apart and the server refused to validate the
JWS sent to modify the device information.
You can ask the user to verify that the device clock is correctly set.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.DeviceInformationSyncError
DeviceInformationSyncError.ClockSkewTooBig, DeviceInformationSyncError.DeviceProtectionError, DeviceInformationSyncError.NetworkError, DeviceInformationSyncError.NoDeviceLockError, DeviceInformationSyncError.OperationNotSupportedByBackend
-
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
server
Server server()The server where the error occurred.- Returns:
- the server where the error occurred
-