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

com.clouway.oauth2.ResponseWriter Maven / Gradle / Ivy

package com.clouway.oauth2;


/**
 * @author Miroslav Genov ([email protected])
 */
interface ResponseWriter {
  void badRequest();

  void writeResponse(Object response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy