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 AuthorizationCodeFlow
AuthorizationCodeFlow.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
Methods in com.google.api.client.extensions.java6.auth.oauth2 that return AuthorizationCodeFlow Modifier and Type Method Description AuthorizationCodeFlow
AuthorizationCodeInstalledApp. 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
Methods in com.google.api.client.extensions.servlet.auth.oauth2 that return AuthorizationCodeFlow Modifier and Type Method Description protected 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).
-