I am using OAuth2DataLoader to handle the authorization logic.
But then I saw that if I get a 401, tokens are forgotten just before calling authorize. This makes the whole refresh token process useless with OAuth2DataLoader.
I don't get why the tokens have to be forgotten here. Am I missing something?