Hagai

Results 3 comments of Hagai

@jccaldw1 this seems simple enough, but I am not too familiar with OAuth. Seems like we are generating a new token here, but shouldn't we be able to generate a...

We have also experienced issues relating to token expiry when authenticating with a private key. As a work around, we call the `clear_access_token` manually and clearing the request executor cache...

@GraemeMeyerGT my PR only fixed a function for clearing the expired token. From what I remember, this is a workaround to get a new token. When we catch a token...