Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeRequestUrl
Packages that use AuthorizationCodeRequestUrl
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.
-
Uses of AuthorizationCodeRequestUrl in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeRequestUrlModifier and TypeMethodDescriptionAuthorizationCodeRequestUrl.clone()
AuthorizationCodeFlow.newAuthorizationUrl()
Returns a new instance of an authorization code request URL.AuthorizationCodeRequestUrl.setClientId
(String clientId) AuthorizationCodeRequestUrl.setRedirectUri
(String redirectUri) AuthorizationCodeRequestUrl.setResponseTypes
(Collection<String> responseTypes) AuthorizationCodeRequestUrl.setScopes
(Collection<String> scopes) -
Uses of AuthorizationCodeRequestUrl in com.google.api.client.extensions.java6.auth.oauth2
Methods in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type AuthorizationCodeRequestUrlModifier and TypeMethodDescriptionprotected void
AuthorizationCodeInstalledApp.onAuthorization
(AuthorizationCodeRequestUrl authorizationUrl) Handles user authorization by redirecting to the OAuth 2.0 authorization server. -
Uses of AuthorizationCodeRequestUrl in com.google.api.client.extensions.servlet.auth.oauth2
Methods in com.google.api.client.extensions.servlet.auth.oauth2 with parameters of type AuthorizationCodeRequestUrlModifier and TypeMethodDescriptionprotected void
AbstractAuthorizationCodeServlet.onAuthorization
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthorizationCodeRequestUrl authorizationUrl) Handles user authorization by redirecting to the OAuth 2.0 authorization server.