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

com.clouway.oauth2.http.Take Maven / Gradle / Ivy

package com.clouway.oauth2.http;

import java.io.IOException;

/**
 * @author Miroslav Genov ([email protected])
 */
public interface Take {

  Response ack(Request request) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy