| Interface and Description |
|---|
| com.google.api.client.auth.oauth2.CredentialStore
(to be removed in the future) Use
DataStoreFactory with
StoredCredential instead. |
| Class and Description |
|---|
| com.google.api.client.auth.oauth2.CredentialStoreRefreshListener
(to be removed in the future) Use
DataStoreCredentialRefreshListener
instead. |
| Method and Description |
|---|
| com.google.api.client.auth.oauth2.AuthorizationCodeFlow.getCredentialStore()
(to be removed in the future) Use
AuthorizationCodeFlow.getCredentialDataStore() instead. |
| com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.getCredentialStore()
(to be removed in the future) Use
getCredentialDataStore() instead. |
| com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore)
(to be removed in the future) Use
setDataStoreFactory(DataStoreFactory) or
setCredentialDataStore(DataStore) instead. |
Copyright © 2011-2018 Google. All Rights Reserved.