Skip to content

Commit

Permalink
chore: #1 Fix Javadoc marker
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Aug 21, 2024
1 parent fa08f27 commit 423a31f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private KeycloakClient() {
* Connecto to a remote Kaycloent token endpoint and retrieve an OAuth token for a Service Account.
* @param serviceAccount The Service account to retrieve token for.
* @param saCredentials The Service account credentials.
* @param tokenEndpoint The Keycloak token endpoint (ends with /realms/<myrealm>/protocol/openid-connect/token)
* @param tokenEndpoint The Keycloak token endpoint (ends with /realms/&lt;myrealm&gt;/protocol/openid-connect/token)
* @return The OAuth token string representation
* @throws ApiException If token cannot be retrieved.
* @throws IOException If http connection cannot be established or closed.
Expand Down

0 comments on commit 423a31f

Please sign in to comment.