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

twitter4j.auth.AsyncOAuth2Support Maven / Gradle / Ivy

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