From b6f8046b2f5173a1b24d164f1a7dbacb99453417 Mon Sep 17 00:00:00 2001 From: patpatpat123 <43899031+patpatpat123@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:03:29 +0800 Subject: [PATCH] Fix type for rest-client-access-token-response-client.adoc In line 260, there is the mention of "=== Customizing the `WebClient`" while it should be "=== Customizing the `RestClient`" Signed-off-by: patpatpat123 <43899031+patpatpat123@users.noreply.github.com> --- .../oauth2/client/rest-client-access-token-response-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/servlet/oauth2/client/rest-client-access-token-response-client.adoc b/docs/modules/ROOT/partials/servlet/oauth2/client/rest-client-access-token-response-client.adoc index 94941fcd58..6ea3eb3d23 100644 --- a/docs/modules/ROOT/partials/servlet/oauth2/client/rest-client-access-token-response-client.adoc +++ b/docs/modules/ROOT/partials/servlet/oauth2/client/rest-client-access-token-response-client.adoc @@ -257,7 +257,7 @@ accessTokenResponseClient.setParametersCustomizer { parameters -> `{class-name}` provides hooks for customizing response parameters and error handling of the OAuth 2.0 Access Token Response. [#oauth2-client-{section-id}-access-token-response-rest-client] -=== Customizing the `WebClient` +=== Customizing the `RestClient` You can customize the Token Response by providing a pre-configured `RestClient` to `setRestClient()`. The default `RestClient` is configured as follows: