I see that (for example) AccessTokenService.logout() returns a *void* type. Wouldn't it be helpful to return a Response type such that you could diagnose an error if it occurs? One could tell if it was successful or not by the Response status code. As it is, you can not possibly tell from the client API whether the call succeeded or not.
Thanks, Paul -- Sent from: http://syncope-user.1051894.n5.nabble.com/
