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

com.algorithmia.client.Auth Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.algorithmia.client;

import org.apache.http.HttpRequest;

/**
 * A result representing success
 */
public abstract class Auth {
    protected abstract void authenticateRequest(HttpRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy