anchela commented on code in PR #14:
URL:
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/14#discussion_r2068206103
##########
src/main/java/org/apache/sling/auth/oauth_client/impl/JcrUserHomeOAuthTokenStore.java:
##########
@@ -43,15 +43,15 @@
public class JcrUserHomeOAuthTokenStore implements OAuthTokenStore {
private static final String PROPERTY_NAME_EXPIRES_AT = "expires_at";
- private static final String PROPERTY_NAME_ACCESS_TOKEN = "access_token";
+ protected static final String PROPERTY_NAME_ACCESS_TOKEN = "access_token";
Review Comment:
done... i refactored the code and the access-token-constant which is used
outside of the class itself is moved to the interface
--
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]