com.graphhopper.api.vrp.client.auth.Authentication Maven / Gradle / Ivy
package com.graphhopper.api.vrp.client.auth;
import com.graphhopper.api.vrp.client.Pair;
import java.util.Map;
import java.util.List;
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2015-10-16T14:52:46.732+02: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