Package | Description |
---|---|
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.jetty.auth.oauth2 |
OAuth 2.0 utilities that simplify the authorization flow using an HTTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPromptReceiver
OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the
browser.
|
Modifier and Type | Method and Description |
---|---|
VerificationCodeReceiver |
AuthorizationCodeInstalledApp.getReceiver()
Returns the verification code receiver.
|
Constructor and Description |
---|
AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow,
VerificationCodeReceiver receiver) |
AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow,
VerificationCodeReceiver receiver,
AuthorizationCodeInstalledApp.Browser browser) |
Modifier and Type | Class and Description |
---|---|
class |
LocalServerReceiver
OAuth 2.0 verification code receiver that runs an HTTP server on a free port, waiting for a
redirect with the verification code.
|
Copyright © 2011–2022 Google. All rights reserved.