All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.retail.messages.IAccessTokenResolver Maven / Gradle / Ivy

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