Package | Description |
---|---|
com.google.api.client.extensions.java6.auth.oauth2 |
OAuth 2.0 utilities that help simplify the authorization flow on Java 6.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
VerificationCodeReceiver |
AuthorizationCodeInstalledApp.getReceiver() |
Returns the verification code receiver.
|
Constructor | Description |
---|---|
AuthorizationCodeInstalledApp(AuthorizationCodeFlow flow,
VerificationCodeReceiver receiver) |
Copyright © 2011–2019 Google. All rights reserved.