-
Interfaces Interface Description com.google.api.client.auth.oauth2.CredentialStore (to be removed in the future) UseDataStoreFactory
withStoredCredential
instead.
-
Classes Class Description com.google.api.client.auth.oauth2.CredentialStoreRefreshListener (to be removed in the future) UseDataStoreCredentialRefreshListener
instead.com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore (to be removed in the future) UseFileDataStoreFactory
withStoredCredential
instead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)
orFileCredentialStore.migrateTo(DataStore)
to migrating an existingFileCredentialStore
.com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential (to be removed in the future) UseFileDataStoreFactory
instead.com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials (to be removed in the future) UseFileDataStoreFactory
instead.
-
Fields Field Description com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.credentialStore com.google.api.client.auth.oauth2.AuthorizationCodeFlow.credentialStore
-
Methods Method Description com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.getCredentialStore() (to be removed in the future) UseAuthorizationCodeFlow.Builder.getCredentialDataStore()
instead.com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore) (to be removed in the future) UseAuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)
orAuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore)
instead.com.google.api.client.auth.oauth2.AuthorizationCodeFlow.getCredentialStore() (to be removed in the future) UseAuthorizationCodeFlow.getCredentialDataStore()
instead.