diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java index ef0f4500dd..35313aaf8a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java @@ -216,7 +216,7 @@ public interface OAuthClientService extends AutoCloseable { * @throws IOException Web/ network issues etc. * @throws OAuthErrorException For OAUTH error responses. * @throws OAuthException For other exceptions. - * @see Implicit Grant - rfc6749 section-4.2 */ AccessTokenResponse getAccessTokenByImplicit(@Nullable String redirectURI, @Nullable String scope, @Nullable String state) throws OAuthException, IOException, OAuthResponseException;