Uses of Package
com.google.api.client.auth.oauth2
Packages that use com.google.api.client.auth.oauth2
Package
Description
Implementation of the OAuth 2.0 Authorization
Framework.
OAuth 2.0 utilities that help simplify the authorization flow on Java 6.
OAuth 2.0 utilities that help simplify the authorization flow in HTTP servlets.
-
Classes in com.google.api.client.auth.oauth2 used by com.google.api.client.auth.oauth2ClassDescriptionThread-safe OAuth 2.0 authorization code flow that manages and persists end-user credentials.Authorization code flow builder.Listener for a created credential after a successful token response in
AuthorizationCodeFlow.createAndStoreCredential(com.google.api.client.auth.oauth2.TokenResponse, java.lang.String)
.OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns an authorization code, as specified in Authorization Code Grant.OAuth 2.0 URL parser for the redirect URL after end user grants or denies authorization as specified in Authorization Response.OAuth 2.0 request for an access token using an authorization code as specified in Access Token Request.OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources, as specified in Authorization Endpoint.OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns the access token to a browser client using a scripting language such as JavaScript, as specified in Implicit Grant.OAuth 2.0 request for an access token using only its client credentials as specified in Client Credentials Grant.Thread-safe OAuth 2.0 helper for accessing protected resources using an access token, as well as optionally refreshing the access token when it expires using a refresh token.Method of presenting the access token to the resource server as specified in Accessing Protected Resources.Credential builder.Listener for refresh token results.Deprecated.OAuth 2.0 request for an access token using the user's username and password as specified in Resource Owner Password Credentials Grant.OAuth 2.0 request to refresh an access token using a refresh token as specified in Refreshing an Access Token.Beta
Credential information to be stored in aDataStoreFactory
.OAuth 2.0 parser for an error access token response as specified in Error Response.OAuth 2.0 request for an access token as specified in Obtaining Authorization.OAuth 2.0 JSON model for a successful access token response as specified in Successful Response.Exception thrown when receiving an error response from the token server as specified in Error Response -
Classes in com.google.api.client.auth.oauth2 used by com.google.api.client.auth.openidconnectClassDescriptionOAuth 2.0 request for an access token as specified in Obtaining Authorization.OAuth 2.0 JSON model for a successful access token response as specified in Successful Response.
-
Classes in com.google.api.client.auth.oauth2 used by com.google.api.client.extensions.java6.auth.oauth2ClassDescriptionThread-safe OAuth 2.0 authorization code flow that manages and persists end-user credentials.OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns an authorization code, as specified in Authorization Code Grant.Thread-safe OAuth 2.0 helper for accessing protected resources using an access token, as well as optionally refreshing the access token when it expires using a refresh token.Deprecated.(to be removed in the future) Use
DataStoreFactory
withStoredCredential
instead.Beta
Credential information to be stored in aDataStoreFactory
. -
Classes in com.google.api.client.auth.oauth2 used by com.google.api.client.extensions.servlet.auth.oauth2ClassDescriptionThread-safe OAuth 2.0 authorization code flow that manages and persists end-user credentials.OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns an authorization code, as specified in Authorization Code Grant.OAuth 2.0 URL parser for the redirect URL after end user grants or denies authorization as specified in Authorization Response.Thread-safe OAuth 2.0 helper for accessing protected resources using an access token, as well as optionally refreshing the access token when it expires using a refresh token.
DataStoreFactory
withStoredCredential
instead.