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

in.ashwanthkumar.gocd.client.auth.Authentication Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package in.ashwanthkumar.gocd.client.auth;

import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.HttpTransport;
import com.google.api.client.http.javanet.NetHttpTransport;

public interface Authentication {
    HttpRequestFactory addAuthentication(HttpTransport transport);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy