twitter4jads.auth.AuthorizationConfiguration Maven / Gradle / Ivy
package twitter4jads.auth;
/**
* A static factory class for Authorization.
*
*
*
*/
public interface AuthorizationConfiguration {
String getUser();
String getPassword();
String getOAuthConsumerKey();
String getOAuthConsumerSecret();
String getOAuthAccessToken();
String getOAuthAccessTokenSecret();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy