rombert commented on code in PR #15:
URL:
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/15#discussion_r2098032369
##########
src/main/java/org/apache/sling/auth/oauth_client/ClientConnection.java:
##########
@@ -34,4 +35,10 @@ public interface ClientConnection {
* @return the name of the connection
*/
@NotNull String name();
+ String clientId();
Review Comment:
@nscendoni - the `ClientConnection` was designed to not leak implementation
details to the client. What was the reason to add all these field to it?
BTW, it does not seem related to the 'move to Java 11' commit :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]