| 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
AuthorizationCodeFlow.Builder.getCredentialDataStore() instead. |
| com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore)
(to be removed in the future) Use
AuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)
or AuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore) instead. |
Copyright © 2011–2022 Google. All rights reserved.