v2 (revision 9)


B C D E G I M O Q S T U V

B

build() - Method in class com.google.api.services.oauth2.Oauth2.Builder
Builds a new instance of Oauth2.
builder(HttpTransport, JsonFactory) - Static method in class com.google.api.services.oauth2.Oauth2
Deprecated. (scheduled to removed in 1.8) Use Builder#Builder(HttpTransport, JsonFactory, HttpRequestInitializer).

C

com.google.api.services.oauth2 - package com.google.api.services.oauth2
 
com.google.api.services.oauth2.model - package com.google.api.services.oauth2.model
 

D

DEFAULT_BASE_PATH - Static variable in class com.google.api.services.oauth2.Oauth2
Deprecated. (scheduled to be removed in 1.8) Use "/" + Oauth2.DEFAULT_SERVICE_PATH.
DEFAULT_BASE_URL - Static variable in class com.google.api.services.oauth2.Oauth2
The default encoded base URL of the service.
DEFAULT_ROOT_URL - Static variable in class com.google.api.services.oauth2.Oauth2
The default encoded root URL of the service.
DEFAULT_SERVICE_PATH - Static variable in class com.google.api.services.oauth2.Oauth2
The default encoded service path of the service.

E

execute() - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
Sends the "tokeninfo" request to the Oauth2 server.
execute() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
Sends the "get" request to the Oauth2 server.
execute() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
Sends the "get" request to the Oauth2 server.

G

get() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo
Create a request for the method "userinfo.get".
get() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me
Create a request for the method "me.get".
getAccessToken() - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
getAccessType() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The access type granted with this token.
getAlt() - Method in class com.google.api.services.oauth2.Oauth2Request
Data format for the response.
getAudience() - Method in class com.google.api.services.oauth2.model.Tokeninfo
Who is the intended audience for this token.
getBirthday() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's birthday.
getEmail() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The email address of the user.
getEmail() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's email address.
getExpiresIn() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The expiry time of the token, as number of seconds left until expiry.
getFamilyName() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's last name.
getFields() - Method in class com.google.api.services.oauth2.Oauth2Request
Selector specifying which fields to include in a partial response.
getGender() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's gender.
getGivenName() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's first name.
getId() - Method in class com.google.api.services.oauth2.model.Userinfo
The focus obfuscated gaia id of the user.
getIdToken() - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
getIssuedTo() - Method in class com.google.api.services.oauth2.model.Tokeninfo
To whom was the token issued to.
getKey() - Method in class com.google.api.services.oauth2.Oauth2Request
API key.
getLink() - Method in class com.google.api.services.oauth2.model.Userinfo
URL of the profile page.
getLocale() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's default locale.
getName() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's full name.
getOauthToken() - Method in class com.google.api.services.oauth2.Oauth2Request
OAuth 2.0 token for the current user.
getPicture() - Method in class com.google.api.services.oauth2.model.Userinfo
URL of the user's picture image.
getPrettyPrint() - Method in class com.google.api.services.oauth2.Oauth2Request
Returns response with indentations and line breaks.
getQuotaUser() - Method in class com.google.api.services.oauth2.Oauth2Request
Available to use for quota purposes for server-side applications.
getResponseHeaders() - Method in class com.google.api.services.oauth2.model.Tokeninfo
Returns the HTTP headers that were returned with the server response, or null.
getResponseHeaders() - Method in class com.google.api.services.oauth2.model.Userinfo
Returns the HTTP headers that were returned with the server response, or null.
getScope() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The space separated list of scopes granted to this token.
getTimezone() - Method in class com.google.api.services.oauth2.model.Userinfo
The user's default timezone.
getUserId() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The Gaia obfuscated user id.
getUserIp() - Method in class com.google.api.services.oauth2.Oauth2Request
IP address of the site where the request originates.
getVerifiedEmail() - Method in class com.google.api.services.oauth2.model.Tokeninfo
Boolean flag which is true if the email address is verified.
getVerifiedEmail() - Method in class com.google.api.services.oauth2.model.Userinfo
Boolean flag which is true if the email address is verified.

I

initialize(JsonHttpRequest) - Method in class com.google.api.services.oauth2.Oauth2
 

M

me() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2
An accessor for creating requests from the Me collection.

O

Oauth2 - Class in com.google.api.services.oauth2
Service definition for Oauth2 (v2).
Oauth2(HttpTransport, JsonFactory) - Constructor for class com.google.api.services.oauth2.Oauth2
Deprecated. (scheduled to be removed in 1.8) Use Oauth2.Oauth2(HttpTransport, JsonFactory, HttpRequestInitializer).
Oauth2(HttpTransport, JsonFactory, HttpRequestInitializer) - Constructor for class com.google.api.services.oauth2.Oauth2
Construct a Oauth2 instance to connect to the Oauth2 service.
Oauth2.Builder - Class in com.google.api.services.oauth2
Builder for Oauth2.
Oauth2.Builder(HttpTransport, JsonFactory, HttpRequestInitializer) - Constructor for class com.google.api.services.oauth2.Oauth2.Builder
Returns an instance of a new builder.
Oauth2.Tokeninfo - Class in com.google.api.services.oauth2
 
Oauth2.Userinfo - Class in com.google.api.services.oauth2
The "userinfo" collection of methods.
Oauth2.Userinfo() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo
 
Oauth2.Userinfo.Get - Class in com.google.api.services.oauth2
 
Oauth2.Userinfo.V2 - Class in com.google.api.services.oauth2
The "v2" collection of methods.
Oauth2.Userinfo.V2() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2
 
Oauth2.Userinfo.V2.Me - Class in com.google.api.services.oauth2
The "me" collection of methods.
Oauth2.Userinfo.V2.Me() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me
 
Oauth2.Userinfo.V2.Me.Get - Class in com.google.api.services.oauth2
 
Oauth2Request - Class in com.google.api.services.oauth2
Generated Oauth2 request.
Oauth2Request(JsonHttpClient, HttpMethod, String, Object) - Constructor for class com.google.api.services.oauth2.Oauth2Request
Builds an instance of Oauth2Request.
Oauth2Scopes - Class in com.google.api.services.oauth2
Available OAuth 2.0 scopes for use with the .

Q

queue(BatchRequest, JsonBatchCallback<Tokeninfo>) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
Queues the "tokeninfo" request to the Oauth2 server into the given batch request.
queue(BatchRequest, JsonBatchCallback<Userinfo>) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
Queues the "get" request to the Oauth2 server into the given batch request.
queue(BatchRequest, JsonBatchCallback<Userinfo>) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
Queues the "get" request to the Oauth2 server into the given batch request.

S

setAccessToken(String) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setAccessType(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
The access type granted with this token.
setAlt(String) - Method in class com.google.api.services.oauth2.Oauth2Request
Data format for the response.
setApplicationName(String) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setAudience(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
Who is the intended audience for this token.
setBaseUrl(GenericUrl) - Method in class com.google.api.services.oauth2.Oauth2.Builder
Deprecated. 
setBirthday(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's birthday.
setEmail(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
The email address of the user.
setEmail(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's email address.
setExpiresIn(Integer) - Method in class com.google.api.services.oauth2.model.Tokeninfo
The expiry time of the token, as number of seconds left until expiry.
setFamilyName(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's last name.
setFields(String) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setFields(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setFields(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
setFields(String) - Method in class com.google.api.services.oauth2.Oauth2Request
Selector specifying which fields to include in a partial response.
setGender(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's gender.
setGivenName(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's first name.
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setId(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The focus obfuscated gaia id of the user.
setIdToken(String) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setIssuedTo(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
To whom was the token issued to.
setJsonHttpRequestInitializer(JsonHttpRequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setKey(String) - Method in class com.google.api.services.oauth2.Oauth2Request
API key.
setLink(String) - Method in class com.google.api.services.oauth2.model.Userinfo
URL of the profile page.
setLocale(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's default locale.
setName(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's full name.
setOauthToken(String) - Method in class com.google.api.services.oauth2.Oauth2Request
OAuth 2.0 token for the current user.
setObjectParser(JsonObjectParser) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setPicture(String) - Method in class com.google.api.services.oauth2.model.Userinfo
URL of the user's picture image.
setPrettyPrint(Boolean) - Method in class com.google.api.services.oauth2.Oauth2Request
Returns response with indentations and line breaks.
setQuotaUser(String) - Method in class com.google.api.services.oauth2.Oauth2Request
Available to use for quota purposes for server-side applications.
setResponseHeaders(HttpHeaders) - Method in class com.google.api.services.oauth2.model.Tokeninfo
Sets the HTTP headers returned with the server response, or null.
setResponseHeaders(HttpHeaders) - Method in class com.google.api.services.oauth2.model.Userinfo
Sets the HTTP headers returned with the server response, or null.
setRootUrl(String) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setScope(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
The space separated list of scopes granted to this token.
setServicePath(String) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setTimezone(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's default timezone.
setUserId(String) - Method in class com.google.api.services.oauth2.model.Tokeninfo
The Gaia obfuscated user id.
setUserIp(String) - Method in class com.google.api.services.oauth2.Oauth2Request
IP address of the site where the request originates.
setVerifiedEmail(Boolean) - Method in class com.google.api.services.oauth2.model.Tokeninfo
Boolean flag which is true if the email address is verified.
setVerifiedEmail(Boolean) - Method in class com.google.api.services.oauth2.model.Userinfo
Boolean flag which is true if the email address is verified.

T

Tokeninfo - Class in com.google.api.services.oauth2.model
Model definition for Tokeninfo.
Tokeninfo() - Constructor for class com.google.api.services.oauth2.model.Tokeninfo
 
tokeninfo() - Method in class com.google.api.services.oauth2.Oauth2
Create a request for the method "tokeninfo".

U

Userinfo - Class in com.google.api.services.oauth2.model
Model definition for Userinfo.
Userinfo() - Constructor for class com.google.api.services.oauth2.model.Userinfo
 
userinfo() - Method in class com.google.api.services.oauth2.Oauth2
An accessor for creating requests from the Userinfo collection.
USERINFO_EMAIL - Static variable in class com.google.api.services.oauth2.Oauth2Scopes
View your email address.
USERINFO_PROFILE - Static variable in class com.google.api.services.oauth2.Oauth2Scopes
View basic information about your account.

V

v2() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo
An accessor for creating requests from the V2 collection.

B C D E G I M O Q S T U V