Fix JavaDoc build (#4504)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2024-12-17 23:00:09 +01:00 committed by GitHub
parent cdc0e0f32e
commit e078a5cd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ public interface OAuthClientService extends AutoCloseable {
* @throws OAuthException Other exceptions * @throws OAuthException Other exceptions
* @throws OAuthResponseException Error codes given by authorization provider, as in RFC 6749 section 5.2 Error * @throws OAuthResponseException Error codes given by authorization provider, as in RFC 6749 section 5.2 Error
* Response * Response
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.3.2">rfc6749 section-4.3.2</> * @see <a href="https://tools.ietf.org/html/rfc6749#section-4.3.2">rfc6749 section-4.3.2</a>
*/ */
AccessTokenResponse getAccessTokenByResourceOwnerPasswordCredentials(String username, String password, AccessTokenResponse getAccessTokenByResourceOwnerPasswordCredentials(String username, String password,
@Nullable String scope) throws OAuthException, IOException, OAuthResponseException; @Nullable String scope) throws OAuthException, IOException, OAuthResponseException;