Hello,
I was wondering if it would be possible to have custom headers when refreshing tokens with oauth2?
Specifically,
OAuth2Session::refresh_token (oauth2_session.py line215 ) does not allow specifying of header.
It does allow for specific body but not header, which might be required in some cases.
Thanks