vishesh92 commented on code in PR #13889:
URL: https://github.com/apache/cloudstack/pull/13889#discussion_r3975764362
##########
plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/RegisterOAuthProviderCmd.java:
##########
@@ -121,6 +127,10 @@ public String getTokenUrl() {
return tokenUrl;
}
+ public Boolean getEnabled() {
+ return enabled;
Review Comment:
The method can return even the boolean primitive type. which might be good
for later use.
--
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]