Package com.google.api.client.extensions.java6.auth.oauth2
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
-
ClassDescriptionOAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.OAuth 2.0 authorization code flow for an installed Java application that persists end-user credentials.Deprecated.Deprecated.(to be removed in the future) Use
FileDataStoreFactory
instead.Deprecated.(to be removed in the future) UseFileDataStoreFactory
instead.OAuth 2.0 verification code receiver.
FileDataStoreFactory
withStoredCredential
instead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)
orFileCredentialStore.migrateTo(DataStore)
to migrating an existingFileCredentialStore
.