twitter4j.auth.AsyncOAuth2Support Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twitter4j-async Show documentation
Show all versions of twitter4j-async Show documentation
A Java library for the Twitter API
The newest version!
package twitter4j.auth;
/**
* @author Amine Bezzarga - abezzarg at gmail.com
*/
public interface AsyncOAuth2Support {
/**
* Obtains an OAuth 2 Bearer token.
*
* @see POST oauth2/token | Twitter Developers
*/
void getOAuth2TokenAsync();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy