C# 클래스 SimpleSocialAuth.Core.Handlers.PrepareAuthenticationContext

파일 보기 프로젝트 열기: rafek/SimpleSocialAuth 1 사용 예제들

공개 메소드들

메소드 설명
PrepareAuthenticationContext ( IHttpRequest request, ISessionStorage sessionStorage, string redirectPath ) : System.Collections.Generic
PrepareAuthenticationContext ( IHttpRequest request, ISessionStorage sessionStorage, string redirectPath, string>.IDictionary parameters ) : System.Collections.Generic

메소드 상세

PrepareAuthenticationContext() 공개 메소드

public PrepareAuthenticationContext ( IHttpRequest request, ISessionStorage sessionStorage, string redirectPath ) : System.Collections.Generic
request IHttpRequest
sessionStorage ISessionStorage
redirectPath string
리턴 System.Collections.Generic

PrepareAuthenticationContext() 공개 메소드

public PrepareAuthenticationContext ( IHttpRequest request, ISessionStorage sessionStorage, string redirectPath, string>.IDictionary parameters ) : System.Collections.Generic
request IHttpRequest
sessionStorage ISessionStorage
redirectPath string
parameters string>.IDictionary
리턴 System.Collections.Generic