Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document api changes to OAuth2AccessTokenResponseHttpMessageConverter #10063

Closed
sjohnr opened this issue Jul 12, 2021 · 0 comments · Fixed by #10132
Closed

Document api changes to OAuth2AccessTokenResponseHttpMessageConverter #10063

sjohnr opened this issue Jul 12, 2021 · 0 comments · Fixed by #10132
Assignees
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Milestone

Comments

@sjohnr
Copy link
Member

sjohnr commented Jul 12, 2021

The docs should reflect changes in the api of OAuth2AccessTokenResponseHttpMessageConverter related to gh-9685.

  1. OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseConverter() is now OAuth2AccessTokenResponseHttpMessageConverter.setAccessTokenResponseConverter()
  2. Converter<Map<String, String>, OAuth2AccessTokenResponse> is now Converter<Map<String, Object>, OAuth2AccessTokenResponse>
  3. OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseParametersConverter() is now OAuth2AccessTokenResponseHttpMessageConverter.setAccessTokenResponseParametersConverter()
  4. Converter<OAuth2AccessTokenResponse, Map<String, String>> is now Converter<OAuth2AccessTokenResponse, Map<String, Object>>
@sjohnr sjohnr added in: docs An issue in Documentation or samples type: enhancement A general enhancement labels Jul 12, 2021
@sjohnr sjohnr added this to the 5.6.x milestone Jul 12, 2021
@sjohnr sjohnr self-assigned this Jul 12, 2021
sjohnr added a commit to sjohnr/spring-security that referenced this issue Jul 20, 2021
sjohnr added a commit that referenced this issue Jul 21, 2021
@sjohnr sjohnr modified the milestones: 5.6.x, 5.6.0-M2 Aug 10, 2021
akohli96 pushed a commit to akohli96/spring-security that referenced this issue Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant