Package | Description |
---|---|
com.google.api.services.oauth2 |
Modifier and Type | Class and Description |
---|---|
class |
Oauth2.Tokeninfo |
class |
Oauth2.Userinfo.Get |
class |
Oauth2.Userinfo.V2.Me.Get |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Oauth2RequestInitializer.initializeOauth2Request(Oauth2Request<?> request)
Initializes Oauth2 request.
|