Uses of Class
com.google.api.client.auth.oauth2.draft10.AccessTokenRequest.GrantType

Packages that use AccessTokenRequest.GrantType
com.google.api.client.auth.oauth2.draft10 OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
 

Uses of AccessTokenRequest.GrantType in com.google.api.client.auth.oauth2.draft10
 

Fields in com.google.api.client.auth.oauth2.draft10 declared as AccessTokenRequest.GrantType
 AccessTokenRequest.GrantType AccessTokenRequest.grantType
          (REQUIRED) The access grant type included in the request.
 

Methods in com.google.api.client.auth.oauth2.draft10 that return AccessTokenRequest.GrantType
static AccessTokenRequest.GrantType AccessTokenRequest.GrantType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessTokenRequest.GrantType[] AccessTokenRequest.GrantType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011 Google. All Rights Reserved.