v2 (revision 9)



Uses of Class
com.google.api.services.oauth2.Oauth2Request

Packages that use Oauth2Request
com.google.api.services.oauth2   
 

Uses of Oauth2Request in com.google.api.services.oauth2
 

Subclasses of Oauth2Request in com.google.api.services.oauth2
 class Oauth2.Tokeninfo
           
 class Oauth2.Userinfo.Get
           
 class Oauth2.Userinfo.V2.Me.Get
           
 

Methods in com.google.api.services.oauth2 that return Oauth2Request
 Oauth2Request Oauth2Request.setAlt(String alt)
          Data format for the response.
 Oauth2Request Oauth2Request.setFields(String fields)
          Selector specifying which fields to include in a partial response.
 Oauth2Request Oauth2Request.setKey(String key)
          API key.
 Oauth2Request Oauth2Request.setOauthToken(String oauthToken)
          OAuth 2.0 token for the current user.
 Oauth2Request Oauth2Request.setPrettyPrint(Boolean prettyPrint)
          Returns response with indentations and line breaks.
 Oauth2Request Oauth2Request.setQuotaUser(String quotaUser)
          Available to use for quota purposes for server-side applications.
 Oauth2Request Oauth2Request.setUserIp(String userIp)
          IP address of the site where the request originates.