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

twitter4jads.auth.Authorization Maven / Gradle / Ivy

The newest version!
package twitter4jads.auth;

import twitter4jads.internal.http.HttpRequest;

/**
 * An interface represents credentials.
 *
 *
 */
public interface Authorization extends java.io.Serializable {
    String getAuthorizationHeader(HttpRequest req);

    /**
     * Returns true if authorization credentials are set.
     *
     * @return true if authorization credentials are set
     */
    boolean isEnabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy