Google OAuth2 API v2 (revision 84)

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

B

build() - Method in class com.google.api.services.oauth2.Oauth2.Builder
Builds a new instance of Oauth2.
buildHttpRequestUsingHead() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
buildHttpRequestUsingHead() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 

C

clone() - Method in class com.google.api.services.oauth2.model.Tokeninfo
 
clone() - Method in class com.google.api.services.oauth2.model.Userinfoplus
 
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_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

executeUsingHead() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
executeUsingHead() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 

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".
getAbstractGoogleClient() - Method in class com.google.api.services.oauth2.Oauth2Request
 
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.
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.Userinfoplus
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.Userinfoplus
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.Userinfoplus
The user's gender.
getGivenName() - Method in class com.google.api.services.oauth2.model.Userinfoplus
The user's first name.
getHd() - Method in class com.google.api.services.oauth2.model.Userinfoplus
The hosted domain e.g.
getId() - Method in class com.google.api.services.oauth2.model.Userinfoplus
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.Userinfoplus
URL of the profile page.
getLocale() - Method in class com.google.api.services.oauth2.model.Userinfoplus
The user's preferred locale.
getName() - Method in class com.google.api.services.oauth2.model.Userinfoplus
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.Userinfoplus
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.
getScope() - Method in class com.google.api.services.oauth2.model.Tokeninfo
The space separated list of scopes granted to this token.
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.Userinfoplus
Boolean flag which is true if the email address is verified.

I

initialize(AbstractGoogleClientRequest<?>) - Method in class com.google.api.services.oauth2.Oauth2
 
initializeJsonRequest(AbstractGoogleJsonClientRequest<?>) - Method in class com.google.api.services.oauth2.Oauth2RequestInitializer
 
initializeOauth2Request(Oauth2Request<?>) - Method in class com.google.api.services.oauth2.Oauth2RequestInitializer
Initializes Oauth2 request.
isVerifiedEmail() - Method in class com.google.api.services.oauth2.model.Userinfoplus
Convenience method that returns only Boolean.TRUE or Boolean.FALSE.

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, HttpRequestInitializer) - Constructor for class com.google.api.services.oauth2.Oauth2
Constructor.
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.Tokeninfo() - Constructor for class com.google.api.services.oauth2.Oauth2.Tokeninfo
Create a request for the method "tokeninfo".
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.Get() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.Get
Create a request for the method "userinfo.get".
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
 
Oauth2.Userinfo.V2.Me.Get() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
Create a request for the method "me.get".
Oauth2Request<T> - Class in com.google.api.services.oauth2
Oauth2 request.
Oauth2Request(Oauth2, String, String, Object, Class<T>) - Constructor for class com.google.api.services.oauth2.Oauth2Request
 
Oauth2RequestInitializer - Class in com.google.api.services.oauth2
Oauth2 request initializer for setting properties like key and userIp.
Oauth2RequestInitializer() - Constructor for class com.google.api.services.oauth2.Oauth2RequestInitializer
 
Oauth2RequestInitializer(String) - Constructor for class com.google.api.services.oauth2.Oauth2RequestInitializer
 
Oauth2RequestInitializer(String, String) - Constructor for class com.google.api.services.oauth2.Oauth2RequestInitializer
 
Oauth2Scopes - Class in com.google.api.services.oauth2
Available OAuth 2.0 scopes for use with the Google OAuth2 API.

P

PLUS_LOGIN - Static variable in class com.google.api.services.oauth2.Oauth2Scopes
Know your basic profile info and list of people in your circles..
PLUS_ME - Static variable in class com.google.api.services.oauth2.Oauth2Scopes
Know who you are on Google.

S

set(String, Object) - Method in class com.google.api.services.oauth2.model.Tokeninfo
 
set(String, Object) - Method in class com.google.api.services.oauth2.model.Userinfoplus
 
set(String, Object) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
set(String, Object) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
set(String, Object) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
set(String, Object) - Method in class com.google.api.services.oauth2.Oauth2Request
 
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.Oauth2.Tokeninfo
 
setAlt(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setAlt(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
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.
setDisableGZipContent(boolean) - Method in class com.google.api.services.oauth2.Oauth2Request
 
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.Userinfoplus
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.Userinfoplus
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.Userinfoplus
The user's gender.
setGivenName(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
The user's first name.
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setHd(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
The hosted domain e.g.
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setId(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
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.
setKey(String) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setKey(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setKey(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
setKey(String) - Method in class com.google.api.services.oauth2.Oauth2Request
API key.
setLink(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
URL of the profile page.
setLocale(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
The user's preferred locale.
setName(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
The user's full name.
setOauth2RequestInitializer(Oauth2RequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
setOauthToken(String) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setOauthToken(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setOauthToken(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
setOauthToken(String) - Method in class com.google.api.services.oauth2.Oauth2Request
OAuth 2.0 token for the current user.
setPicture(String) - Method in class com.google.api.services.oauth2.model.Userinfoplus
URL of the user's picture image.
setPrettyPrint(Boolean) - Method in class com.google.api.services.oauth2.Oauth2.Tokeninfo
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setPrettyPrint(Boolean) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
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.Oauth2.Tokeninfo
 
setQuotaUser(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setQuotaUser(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
setQuotaUser(String) - Method in class com.google.api.services.oauth2.Oauth2Request
Available to use for quota purposes for server-side applications.
setRequestHeaders(HttpHeaders) - Method in class com.google.api.services.oauth2.Oauth2Request
 
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
 
setSuppressAllChecks(boolean) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setSuppressPatternChecks(boolean) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
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.Oauth2.Tokeninfo
 
setUserIp(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.Get
 
setUserIp(String) - Method in class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
 
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.Userinfoplus
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() - 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 your basic profile info.
Userinfoplus - Class in com.google.api.services.oauth2.model
Model definition for Userinfoplus.
Userinfoplus() - Constructor for class com.google.api.services.oauth2.model.Userinfoplus
 

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 P S T U V