
com.bookeo.api.request.auth.Authentication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bookeo-api Show documentation
Show all versions of bookeo-api Show documentation
A Java implementation of the Bookeo API.
The newest version!
package com.bookeo.api.request.auth;
import com.bookeo.api.request.Pair;
import java.util.Map;
import java.util.List;
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2015-12-03T18:48:57.986-05:00")
public interface Authentication {
/** Apply authentication settings to header and query params. */
void applyToParams(List queryParams, Map headerParams);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy