See: Description
| Interface | Description |
|---|---|
| AuthorizationCodeInstalledApp.Browser |
Helper interface to allow caller to browse.
|
| VerificationCodeReceiver |
OAuth 2.0 verification code receiver.
|
| Class | Description |
|---|---|
| AbstractPromptReceiver |
OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the
browser.
|
| AuthorizationCodeInstalledApp |
OAuth 2.0 authorization code flow for an installed Java application that persists end-user
credentials.
|
| AuthorizationCodeInstalledApp.DefaultBrowser |
Default browser that just delegates to
AuthorizationCodeInstalledApp.browse(String). |
| FileCredentialStore | Deprecated
(to be removed in the future) Use
FileDataStoreFactory with StoredCredential instead, optionally using FileCredentialStore.migrateTo(FileDataStoreFactory) or
FileCredentialStore.migrateTo(DataStore) to migrating an existing FileCredentialStore. |
| FilePersistedCredential | Deprecated
(to be removed in the future) Use
FileDataStoreFactory instead. |
| FilePersistedCredentials | Deprecated
(to be removed in the future) Use
FileDataStoreFactory instead. |
Copyright © 2011–2022 Google. All rights reserved.