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

v2.io.swagger.io.NoAuthentication Maven / Gradle / Ivy

The newest version!
package v2.v2.io.swagger.io;

public class NoAuthentication implements Authentication {
    @Override
    public void apply(HttpClient httpClient) {
        // Do nothing
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy