예제 #1
0
 public void Login(string loginId, string secret, AuthType authType)
 {
     AuthenticationManager.Login(loginId, secret, authType);
 }
예제 #2
0
 public void ChangePassword(string identifer /*username or uuid or email*/, string oldPassword, string newPassword)
 {
     AuthenticationManager.ChangePassword(identifer, oldPassword, newPassword);
 }