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 e5707df commit 865aa05Copy full SHA for 865aa05
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/TokenService.java
@@ -312,7 +312,8 @@ public void createOAuth2Tokens(
312
* <ul>
313
* <li> Hashed before stored </li>
314
* <li> Stored in a specific security tokens index </li>
315
- * <li> Prepended with a version ID and encoded with Base64 before returned to the caller of the APIs</li>
+ * <li> Prepended with a version ID and encoded with
316
+ * Base64 before returned to the caller of the APIs</li>
317
* </ul>
318
* @param tokenVersion The version of the nodes with which these tokens will be compatible.
319
* @param authentication The authentication object representing the user for which the tokens are created
0 commit comments