br.com.moip.authentication.Authentication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Moip v2 APIs
package br.com.moip.authentication;
import java.net.HttpURLConnection;
public interface Authentication {
void authenticate(HttpURLConnection connection);
}