Method | Description | |
---|---|---|
ProcessSignInRequest ( |
||
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity | ||
TwitterHandler ( |
Method | Description | |
---|---|---|
EncodePostData ( string postData ) : string | ||
GetAccessToken ( string requestToken ) : AccessToken | ||
GetAuthorizationLink ( ) : string | ||
GetDictionary ( IEnumerable |
||
OAuthWebRequest ( string token, string tokenSecret, string method, string url, string postData ) : |
||
TwitterHandler ( ) : System | ||
VerifyCredentials ( AccessToken accessToken ) : string | ||
WebRequest ( string method, string url, string postData ) : |
public ProcessSignInRequest ( |
||
scope | ||
httpContext | System.Web.HttpContextBase | |
return | void |
public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : IClaimsIdentity | ||
realm | string | |
originalUrl | string | |
httpContext | System.Web.HttpContextBase | |
return | IClaimsIdentity |
public TwitterHandler ( |
||
issuer | ||
return | System |