C# 클래스 AuthBridge.Protocols.OAuth.FacebookHandler

상속: ProtocolHandlerBase
파일 보기 프로젝트 열기: Teleopti/authbridge

공개 메소드들

메소드 설명
FacebookHandler ( ClaimProvider issuer ) : System
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity

메소드 상세

FacebookHandler() 공개 메소드

public FacebookHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
리턴 System

ProcessSignInRequest() 공개 메소드

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
리턴 void

ProcessSignInResponse() 공개 메소드

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
리턴 System.Security.Claims.ClaimsIdentity