Closed
Description
We should allow for a @Bean
of type ReactiveOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
to be discovered by OAuth2LoginSpec
.
This will allow the user to register a WebClientReactiveAuthorizationCodeTokenResponseClient
@Bean
with a configured WebClient
via WebClientReactiveAuthorizationCodeTokenResponseClient.setWebClient()
.