Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public static class Builder {
private Builder() {}

/**
* Setter for JWKS URI. The JWKS URI typically follows a well-known pattern, such as
* https://server_domain/.well-known/jwks.json. This endpoint is a read-only URL that responds
* Setter for JWKS URI. The JWKS URI typically follows a well-known pattern, such as {@code
* https://server_domain/.well-known/jwks.json}. This endpoint is a read-only URL that responds
* to GET requests by returning the JWKS in JSON format.
*
* @param jwksUri jwksUri
Expand Down