예제 #1
0
 /// <summary>
 /// Gets the authentication code from the request.
 /// </summary>
 /// <param name="httpContext"></param>
 /// <returns></returns>
 public string GetOauthCode(HttpContextBase httpContext)
 {
     return(_thirdPartyLoginService.GetCodeFromRequest(httpContext));
 }