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 AuthorizationCodeFlowAuthorizationCodeInstalledApp.flowAuthorization code flow.Methods in com.google.api.client.extensions.java6.auth.oauth2 that return AuthorizationCodeFlowModifier and TypeMethodDescriptionfinal AuthorizationCodeFlowAuthorizationCodeInstalledApp.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 AuthorizationCodeFlowAbstractAuthorizationCodeCallbackServlet.flowAuthorization code flow to be used across all HTTP servlet requests ornullbefore initialized inAbstractAuthorizationCodeCallbackServlet.initializeFlow().private AuthorizationCodeFlowAbstractAuthorizationCodeServlet.flowAuthorization code flow to be used across all HTTP servlet requests ornullbefore initialized inAbstractAuthorizationCodeServlet.initializeFlow().Methods in com.google.api.client.extensions.servlet.auth.oauth2 that return AuthorizationCodeFlowModifier and TypeMethodDescriptionprotected abstract AuthorizationCodeFlowAbstractAuthorizationCodeCallbackServlet.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 AuthorizationCodeFlowAbstractAuthorizationCodeServlet.initializeFlow()Loads the authorization code flow to be used across all HTTP servlet requests (only called during the first HTTP servlet request).