Exemple #1
0
 public OAuthResult GetOAuthResult(string encryptedLoginData)
 {
     return(userSecurity.GetOAuthResult(encryptedLoginData));
 }