org.renci.io.swagger.client.auth.Authentication Maven / Gradle / Ivy
package org.renci.io.swagger.client.auth;
import java.util.Map;
import org.renci.io.swagger.client.Pair;
import java.util.List;
public interface Authentication {
/**
* Apply authentication settings to header and query params.
*
* @param queryParams List of query parameters
* @param headerParams Map of header parameters
*/
void applyToParams(List queryParams, Map headerParams);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy