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.
|
Modifier and Type | Method | Description |
---|---|---|
AuthorizationCodeFlow |
AuthorizationCodeFlow.Builder.build() |
Returns a new instance of an authorization code flow based on this builder.
|
Modifier and Type | Method | Description |
---|---|---|
AuthorizationCodeFlow |
AuthorizationCodeInstalledApp.getFlow() |
Returns the authorization code flow.
|
Constructor | Description |
---|---|
AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow,
VerificationCodeReceiver receiver) |
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).
|
Copyright © 2011–2019 Google. All rights reserved.