Package com.google.api.client.extensions.java6.auth.oauth2
OAuth 2.0 utilities that help simplify the authorization flow on Java 6.
- Since:
- 1.11
-
Interface Summary Interface Description VerificationCodeReceiver OAuth 2.0 verification code receiver. -
Class Summary 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) UseFileDataStoreFactory
withStoredCredential
instead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)
orFileCredentialStore.migrateTo(DataStore)
to migrating an existingFileCredentialStore
.FilePersistedCredential Deprecated. (to be removed in the future) UseFileDataStoreFactory
instead.FilePersistedCredentials Deprecated. (to be removed in the future) UseFileDataStoreFactory
instead.