diff --git a/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java b/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java index 7a18915869ca81c8b91494d9096b7c4f9322f7fb..fba2424f370a0a4d58f2bcf415e1cf79f489239b 100644 --- a/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java +++ b/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java @@ -18,7 +18,7 @@ public interface OAuthService { * * @param clientId - a unique identifier within the FIT-Co platform environment * @param clientSecret - a secret that is only known by the application and the OAuth server - * @param scope - OAuth scope(s) that determines if a submission is accepted by the client + * @param scope - OAuth scope(s) that determine if a submission is accepted by the client * @return {@link OAuthToken} that holds the access-token * @throws {@link AuthenticationException} if an error occurred */