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

com.graphhopper.api.vrp.client.auth.OAuth Maven / Gradle / Ivy

There is a newer version: 0.6.0-RC1
Show newest version
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-19T11:09:20.969+02:00")
public class OAuth implements Authentication {
  @Override
  public void applyToParams(List queryParams, Map headerParams) {
    // TODO: support oauth
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy