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. |
com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
(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 . |
com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential
(to be removed in the future) Use
FileDataStoreFactory instead. |
com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
(to be removed in the future) Use
FileDataStoreFactory 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–2023 Google. All rights reserved.