Skip to content

Commit

Permalink
Fix compile error with latest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Sep 27, 2024
1 parent 42fbd16 commit 2c32dde
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public RestClient restClient(OAuth2AuthorizedClientManager authorizedClientManag
RestClient.Builder builder) {

OAuth2ClientHttpRequestInterceptor requestInterceptor = new OAuth2ClientHttpRequestInterceptor(
authorizedClientManager, clientRegistrationIdResolver);
authorizedClientManager);
requestInterceptor.setClientRegistrationIdResolver(clientRegistrationIdResolver);

OAuth2AuthorizationFailureHandler authorizationFailureHandler = OAuth2ClientHttpRequestInterceptor
.authorizationFailureHandler(authorizedClientRepository);
Expand Down

0 comments on commit 2c32dde

Please sign in to comment.