Google OAuth2 API v2 (revision 157)

Skip navigation links
A B C D E G I M O S T U V 

A

all() - Static method in class com.google.api.services.oauth2.Oauth2Scopes
Returns an unmodifiable set that contains all scopes declared by this class.

B

build() - Method in class com.google.api.services.oauth2.Oauth2.Builder
Builds a new instance of Oauth2.
Builder(HttpTransport, JsonFactory, HttpRequestInitializer) - Constructor for class com.google.api.services.oauth2.Oauth2.Builder
Returns an instance of a new builder.
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.Userinfo
 
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_BATCH_PATH - Static variable in class com.google.api.services.oauth2.Oauth2
The default encoded batch path 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() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.Get
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".
Get() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me.Get
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
 
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.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.
getHd() - Method in class com.google.api.services.oauth2.model.Userinfo
The hosted domain e.g.
getId() - Method in class com.google.api.services.oauth2.model.Userinfo
The obfuscated 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 preferred 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
An opaque string that represents a user for quota purposes.
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 obfuscated user id.
getUserIp() - Method in class com.google.api.services.oauth2.Oauth2Request
Deprecated.
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(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.Userinfo
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.
Me() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2.Me
 

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.Tokeninfo - Class in com.google.api.services.oauth2
 
Oauth2.Userinfo - Class in com.google.api.services.oauth2
The "userinfo" collection of methods.
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.Me - Class in com.google.api.services.oauth2
The "me" collection of methods.
Oauth2.Userinfo.V2.Me.Get - Class in com.google.api.services.oauth2
 
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.
OPENID - Static variable in class com.google.api.services.oauth2.Oauth2Scopes
Associate you with your personal info 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.Userinfo
 
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
 
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.
setBatchPath(String) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
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.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.
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.services.oauth2.Oauth2.Builder
 
setHd(String) - Method in class com.google.api.services.oauth2.model.Userinfo
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.Userinfo
The obfuscated 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.Userinfo
URL of the profile page.
setLocale(String) - Method in class com.google.api.services.oauth2.model.Userinfo
The user's preferred locale.
setName(String) - Method in class com.google.api.services.oauth2.model.Userinfo
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.Userinfo
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
An opaque string that represents a user for quota purposes.
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 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
Deprecated.
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".
Tokeninfo() - Constructor for class com.google.api.services.oauth2.Oauth2.Tokeninfo
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() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo
 
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
See your personal info, including any personal info you've made publicly available.

V

v2() - Method in class com.google.api.services.oauth2.Oauth2.Userinfo
An accessor for creating requests from the V2 collection.
V2() - Constructor for class com.google.api.services.oauth2.Oauth2.Userinfo.V2
 
A B C D E G I M O S T U V 
Skip navigation links