public OAuthResult GetOAuthResult(string encryptedLoginData) { return(userSecurity.GetOAuthResult(encryptedLoginData)); }