C# Class Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OAuth.TwitterHandler

Inheritance: ProtocolHandlerBase
Mostrar archivo Open project: southworks/protocol-bridge-claims-provider

Public Methods

Method Description
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity
TwitterHandler ( ClaimProvider issuer ) : System

Private Methods

Method Description
EncodePostData ( string postData ) : string
GetAccessToken ( string requestToken ) : AccessToken
GetAuthorizationLink ( ) : string
GetDictionary ( IEnumerable nodes, IEnumerable nodeNames ) : string>.IDictionary
OAuthWebRequest ( string token, string tokenSecret, string method, string url, string postData ) : HttpResponseMessage
TwitterHandler ( ) : System
VerifyCredentials ( AccessToken accessToken ) : string
WebRequest ( string method, string url, string postData ) : HttpResponseMessage

Method Details

ProcessSignInRequest() public method

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope Southworks.IdentityModel.MultiProtocolIssuer.Model.Scope
httpContext System.Web.HttpContextBase
return void

ProcessSignInResponse() public method

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
return IClaimsIdentity

TwitterHandler() public method

public TwitterHandler ( ClaimProvider issuer ) : System
issuer Southworks.IdentityModel.MultiProtocolIssuer.Model.ClaimProvider
return System