Exemple #1
0
 public OAuthResult GetOAuthResultFromRequest(string returnUrl)
 {
     return(userSecurity.GetOAuthResultFromRequest(returnUrl));
 }