Add Jwt.Builder Link

Fixes gh-7407
This commit is contained in:
Josh Cummings 2019-09-28 19:26:37 -06:00
parent f43996b99f
commit 29ed728a70
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ client
.get().uri("/endpoint").exchange();
----
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
[source,java]
----

View File

@ -364,7 +364,7 @@ mvc
.with(jwt().authorities(new MyConverter())));
----
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
[source,java]
----