v2.2.2
Overview
This change attempts to resolve issues for some users who found AWS SSO API endpoint would not allow all 3 grant types when registering the client. We now only pass in your selected authentication mode (device_code or authorization_code) + refresh_token in RegisterClientInput.GrantTypes.
What's Changed
- update readme by @synfinatic in #1358
- Support device_code or authorization_code, not both by @synfinatic in #1361
Full Changelog: v2.2.1...v2.2.2