com.google.api.client.googleapis.auth.oauth2.draft10
Class GoogleAccessTokenRequest

java.lang.Object
  extended by com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest

Deprecated. (scheduled to be removed in 1.9) Use TokenRequest

@Deprecated
public class GoogleAccessTokenRequest
extends Object

Google extension to the OAuth 2.0 (draft 10) request for an access token.

Since:
1.4
Author:
Yaniv Inbar

Nested Class Summary
static class GoogleAccessTokenRequest.GoogleAssertionGrant
          Deprecated. (scheduled to be removed in 1.9) Use TokenRequest
static class GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant
          Deprecated. (scheduled to be removed in 1.9) Use GoogleAuthorizationCodeTokenRequest
static class GoogleAccessTokenRequest.GoogleRefreshTokenGrant
          Deprecated. (scheduled to be removed in 1.9) Use GoogleRefreshTokenRequest
 
Field Summary
static String AUTHORIZATION_SERVER_URL
          Deprecated. Authorization server URL for requesting tokens.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORIZATION_SERVER_URL

public static final String AUTHORIZATION_SERVER_URL
Deprecated. 
Authorization server URL for requesting tokens.

See Also:
Constant Field Values


Copyright © 2010-2012 Google. All Rights Reserved.