scribejava
scribejava copied to clipboard
Add ability to pass custom parameters into Oauth2 refresh token request
In some Oauth2 refresh token flows, such as Etsy, it is necessary to pass additional parameters for the refresh token request to succeed.
This pull request adds the optional ability to pass a Map of parameters into refreshAccessToken and have them added to the Oauth 2 refresh token request.