C# 클래스 Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OAuth.TwitterHandler

상속: ProtocolHandlerBase
파일 보기 프로젝트 열기: southworks/protocol-bridge-claims-provider

공개 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

ProcessSignInRequest() 공개 메소드

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

ProcessSignInResponse() 공개 메소드

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

TwitterHandler() 공개 메소드

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