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

syncloud.google.docs.auth.TransportAuthenticator Maven / Gradle / Ivy

The newest version!
package syncloud.google.docs.auth;

/**
 * @author Boris Rybalkin
 *         Date: 11/7/11
 */
public interface TransportAuthenticator {
    boolean authorize(String login, String password);
    boolean authenticated();
    String getAuth();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy