Closed
Description
Summary
- Add a
public void setWebClient(WebClient webClient)
method to WebClientReactiveClientCredentialsTokenResponseClient. - Ensure that the value passed in cannot be null.
- Add a test to ensure that
null
cannot be passed in - Add a test to ensure that a custom
WebClient
is used if set