Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeFlow
Packages that use AuthorizationCodeFlow
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 AuthorizationCodeFlow in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeFlowModifier and TypeMethodDescriptionAuthorizationCodeFlow.Builder.build()
Returns a new instance of an authorization code flow based on this builder. -
Uses of AuthorizationCodeFlow in com.google.api.client.extensions.java6.auth.oauth2
Fields in com.google.api.client.extensions.java6.auth.oauth2 declared as AuthorizationCodeFlowModifier and TypeFieldDescriptionprivate final AuthorizationCodeFlow
AuthorizationCodeInstalledApp.flow
Authorization code flow.Methods in com.google.api.client.extensions.java6.auth.oauth2 that return AuthorizationCodeFlowModifier and TypeMethodDescriptionfinal AuthorizationCodeFlow
AuthorizationCodeInstalledApp.getFlow()
Returns the authorization code flow.Constructors in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type AuthorizationCodeFlowModifierConstructorDescription -
Uses of AuthorizationCodeFlow in com.google.api.client.extensions.servlet.auth.oauth2
Fields in com.google.api.client.extensions.servlet.auth.oauth2 declared as AuthorizationCodeFlowModifier and TypeFieldDescriptionprivate AuthorizationCodeFlow
AbstractAuthorizationCodeCallbackServlet.flow
Authorization code flow to be used across all HTTP servlet requests ornull
before initialized inAbstractAuthorizationCodeCallbackServlet.initializeFlow()
.private AuthorizationCodeFlow
AbstractAuthorizationCodeServlet.flow
Authorization code flow to be used across all HTTP servlet requests ornull
before initialized inAbstractAuthorizationCodeServlet.initializeFlow()
.Methods in com.google.api.client.extensions.servlet.auth.oauth2 that return AuthorizationCodeFlowModifier and TypeMethodDescriptionprotected abstract AuthorizationCodeFlow
AbstractAuthorizationCodeCallbackServlet.initializeFlow()
Loads the authorization code flow to be used across all HTTP servlet requests (only called during the first HTTP servlet request with an authorization code).protected abstract AuthorizationCodeFlow
AbstractAuthorizationCodeServlet.initializeFlow()
Loads the authorization code flow to be used across all HTTP servlet requests (only called during the first HTTP servlet request).