We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e58911 commit b1aa26eCopy full SHA for b1aa26e
tokens/src/main/java/io/scalecube/security/tokens/jwt/JwksKeyLocator.java
@@ -168,8 +168,8 @@ public static class Builder {
168
private Builder() {}
169
170
/**
171
- * Setter for JWKS URI. The JWKS URI typically follows a well-known pattern, such as
172
- * 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
173
* to GET requests by returning the JWKS in JSON format.
174
*
175
* @param jwksUri jwksUri
0 commit comments