Class OAuthGetAccessToken

  • All Implemented Interfaces:
    Cloneable, Map<String,​Object>

    @Beta
    public class OAuthGetAccessToken
    extends AbstractOAuthGetToken
    Beta
    Generic OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from an authorization server.

    Use AbstractOAuthGetToken.execute() to execute the request. The long-lived access token acquired with this request is found in OAuthCredentialsResponse.token . This token must be stored. It may then be used to authorize HTTP requests to protected resources by using OAuthParameters.

    Since:
    1.0
    Author:
    Yaniv Inbar