Interface OperationError.ClockSkewTooBig

All Superinterfaces:
MobileAuthenticationClientError, OperationError
Enclosing interface:
OperationError

public static interface OperationError.ClockSkewTooBig extends OperationError
The clocks on the mobile and on the server are too apart and the server refused to validate the JWS. You can ask the user to verify that the device clock is correctly set.

This error can only occur when using a AuthorizationProvider.JwsAuthorizationProvider with a Deregistration operation and during registration when the user already has an authenticator registered.

See Also: