You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
A particular OAuth2 provider I'm using requires that the scope be submitted along with the refresh token and grant type (which would be 'refresh_token' in this case) when refreshing the access token.
I think a neat way to do this might be to pass in an object with any extra parameters which need passing in and extend it with the two parameters (refresh token and grant type).
Happy to write this and submit a PR if you think this is the right approach.