See: Description
| Interface | Description |
|---|---|
| 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.
|
| 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-2017 Google. All Rights Reserved.