Class OAuthGetAccessToken

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.http.GenericUrl
com.google.api.client.auth.oauth.AbstractOAuthGetToken
com.google.api.client.auth.oauth.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