syncloud.google.docs.auth.TransportAuthenticator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syncloud-google-docs Show documentation
Show all versions of syncloud-google-docs Show documentation
Google Docs Syncloud Starage Adapter
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