|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<T> |
Oauth2Request.setAlt(String alt)
Data format for the response. |
Oauth2Request<T> |
Oauth2Request.setDisableGZipContent(boolean disableGZipContent)
|
Oauth2Request<T> |
Oauth2Request.setFields(String fields)
Selector specifying which fields to include in a partial response. |
Oauth2Request<T> |
Oauth2Request.setKey(String key)
API key. |
Oauth2Request<T> |
Oauth2Request.setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
Oauth2Request<T> |
Oauth2Request.setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
Oauth2Request<T> |
Oauth2Request.setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
Oauth2Request<T> |
Oauth2Request.setRequestHeaders(HttpHeaders headers)
|
Oauth2Request<T> |
Oauth2Request.setUserIp(String userIp)
IP address of the site where the request originates. |
Methods in com.google.api.services.oauth2 with parameters of type Oauth2Request | |
---|---|
protected void |
Oauth2RequestInitializer.initializeOauth2Request(Oauth2Request<?> request)
Initializes Oauth2 request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |