harikrishna-patnala commented on code in PR #6924:
URL: https://github.com/apache/cloudstack/pull/6924#discussion_r1034341933


##########
api/src/main/java/com/cloud/user/UserAccount.java:
##########
@@ -67,4 +67,18 @@ public interface UserAccount extends InternalIdentity {
     public String getExternalEntity();
 
     public void setExternalEntity(String entity);
+
+    public boolean isTwoFactorAuthenticationEnabled();
+
+    public void setTwoFactorAuthenticationEnabled(boolean 
twoFactorAuthenticationEnabled);
+
+    public String getKeyFor2fa();
+
+    public void setKeyFor2fa(String keyFor2fa);
+
+    public String getUser2faProvider();
+
+    public void setUser2faProvider(String user2faProvider);

Review Comment:
   Expect for the provider names, APIs and responses, I've now changed the 
usage to 2fa. 



-- 
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]

Reply via email to