Package | Description |
---|---|
com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
com.google.api.client.extensions.appengine.auth.oauth2 |
OAuth 2.0 utilities that help simplify the authorization flow on Google App Engine.
|
com.google.api.client.extensions.java6.auth.oauth2 |
OAuth 2.0 utilities that help simplify the authorization flow on Java 6.
|
Modifier and Type | Method and Description |
---|---|
CredentialStore |
AuthorizationCodeFlow.getCredentialStore()
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.getCredentialDataStore() instead. |
CredentialStore |
AuthorizationCodeFlow.Builder.getCredentialStore()
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.getCredentialDataStore() instead. |
CredentialStore |
CredentialStoreRefreshListener.getCredentialStore()
Deprecated.
Returns the credential store.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationCodeFlow.Builder |
AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
Deprecated.
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)
or AuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore) instead. |
Constructor and Description |
---|
CredentialStoreRefreshListener(String userId,
CredentialStore credentialStore)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AppEngineCredentialStore
Deprecated.
(to be removed in the future) Use
AppEngineDataStoreFactory with StoredCredential instead, optionally using AppEngineCredentialStore.migrateTo(AppEngineDataStoreFactory) or
AppEngineCredentialStore.migrateTo(DataStore) to migrating an existing AppEngineCredentialStore . |
Modifier and Type | Class and Description |
---|---|
class |
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 . |
Copyright © 2011–2022 Google. All rights reserved.