Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add token request parameters for authorization code flow
The access token request needs the code if we're using code flow. For authorization code flow, grant_type and redirect_uri are also required. To run tests, pin the minitest version per a conflict with mocha, as noted here: freerange/mocha#614 But do not leave pinned as the gem fails to install under some rubies that previously succeeded. For example: net-imap-0.5.0 requires ruby version >= 3.1.0, which is incompatible with the current version, ruby 2.6.8p0 (jruby 9.3.7.0)
- Loading branch information