Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeFlow
-
Packages that use AuthorizationCodeFlow Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework.com.google.api.client.extensions.java6.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow on Java 6.com.google.api.client.extensions.servlet.auth.oauth2 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 AuthorizationCodeFlow Modifier and Type Method Description AuthorizationCodeFlowAuthorizationCodeFlow.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 AuthorizationCodeFlow Modifier and Type Field Description private AuthorizationCodeFlowAuthorizationCodeInstalledApp. flowAuthorization code flow.Methods in com.google.api.client.extensions.java6.auth.oauth2 that return AuthorizationCodeFlow Modifier and Type Method Description AuthorizationCodeFlowAuthorizationCodeInstalledApp. getFlow()Returns the authorization code flow.Constructors in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type AuthorizationCodeFlow Constructor Description AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow, VerificationCodeReceiver receiver) -
Uses of AuthorizationCodeFlow in com.google.api.client.extensions.servlet.auth.oauth2
Fields in com.google.api.client.extensions.servlet.auth.oauth2 declared as AuthorizationCodeFlow Modifier and Type Field Description private 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 AuthorizationCodeFlow Modifier and Type Method Description protected 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).
-