
com.nedap.retail.messages.IAccessTokenResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messages Show documentation
Show all versions of messages Show documentation
Client and messages for communicating with the Nedap Retail APIs
The newest version!
package com.nedap.retail.messages;
import javax.ws.rs.client.ResponseProcessingException;
public interface IAccessTokenResolver {
/**
* Login with Nedap OAuth 2.0 Authorization Server.
*
* @return OAuth 2.0 access token
* @throws ClientException - if the status of the HTTP response is greater than or equal to 300 and c is not the
* type ClientResponse.
* @throws ResponseProcessingException - if the client handler fails to process the request or response.
*/
public String resolve();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy