C# Class AuthBridge.Protocols.OAuth.FacebookHandler

Inheritance: ProtocolHandlerBase
Afficher le fichier Open project: Teleopti/authbridge

Méthodes publiques

Méthode Description
FacebookHandler ( ClaimProvider issuer ) : System
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity

Method Details

FacebookHandler() public méthode

public FacebookHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
Résultat System

ProcessSignInRequest() public méthode

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
Résultat void

ProcessSignInResponse() public méthode

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
Résultat System.Security.Claims.ClaimsIdentity