-
Interfaces Interface Description com.google.api.client.auth.oauth2.CredentialStore (to be removed in the future) UseDataStoreFactorywithStoredCredentialinstead.
-
Classes Class Description com.google.api.client.auth.oauth2.CredentialStoreRefreshListener (to be removed in the future) UseDataStoreCredentialRefreshListenerinstead.com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore (to be removed in the future) UseFileDataStoreFactorywithStoredCredentialinstead, 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) UseFileDataStoreFactoryinstead.com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials (to be removed in the future) UseFileDataStoreFactoryinstead.
-
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.