AuthBridge.Protocols.ProtocolHandlerBase.ProcessSignInRequest C# (CSharp) Method

ProcessSignInRequest() public abstract method

public abstract ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
return void
        public abstract void ProcessSignInRequest(Scope scope, HttpContextBase httpContext);