Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescription(to be removed in the future) Use
DataStoreFactory
withStoredCredential
instead.
-
Deprecated ClassesClassDescription(to be removed in the future) Use
DataStoreCredentialRefreshListener
instead.(to be removed in the future) UseFileDataStoreFactory
withStoredCredential
instead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)
orFileCredentialStore.migrateTo(DataStore)
to migrating an existingFileCredentialStore
.(to be removed in the future) UseFileDataStoreFactory
instead.(to be removed in the future) UseFileDataStoreFactory
instead.
-
Deprecated MethodsMethodDescription(to be removed in the future) Use
AuthorizationCodeFlow.Builder.getCredentialDataStore()
instead.(to be removed in the future) UseAuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)
orAuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore)
instead.(to be removed in the future) UseAuthorizationCodeFlow.getCredentialDataStore()
instead.