Method | Description | |
---|---|---|
BuildAccessTokenInfo ( string method ) : |
Generates a OAuthWebQueryInfo instance to pass to an IAuthenticator for the purpose of exchanging a request token for an access token authorized by the user at the Service Provider site.
|
|
BuildAccessTokenInfo ( string method, |
Generates a OAuthWebQueryInfo instance to pass to an IAuthenticator for the purpose of exchanging a request token for an access token authorized by the user at the Service Provider site.
|
|
BuildClientAuthAccessTokenInfo ( string method, |
Generates a OAuthWebQueryInfo instance to pass to an IAuthenticator for the purpose of exchanging user credentials for an access token authorized by the user at the Service Provider site.
|
|
BuildProtectedResourceInfo ( string method, |
||
BuildRequestTokenInfo ( string method ) : |
Generates a OAuthWebQueryInfo instance to pass to an IAuthenticator for the purpose of requesting an unauthorized request token.
|
|
BuildRequestTokenInfo ( string method, |
Generates a OAuthWebQueryInfo instance to pass to an IAuthenticator for the purpose of requesting an unauthorized request token.
|
Method | Description | |
---|---|---|
AddAuthParameters ( ICollection |
||
AddXAuthParameters ( ICollection |
||
ValidateAccessRequestState ( ) : void | ||
ValidateClientAuthAccessRequestState ( ) : void | ||
ValidateProtectedResourceState ( ) : void | ||
ValidateTokenRequestState ( ) : void |
public BuildAccessTokenInfo ( string method ) : |
||
method | string | The HTTP method for the intended request |
return |
public BuildAccessTokenInfo ( string method, |
||
method | string | The HTTP method for the intended request |
parameters | Any existing, non-OAuth query parameters desired in the request | |
return |
public BuildClientAuthAccessTokenInfo ( string method, |
||
method | string | The HTTP method for the intended request |
parameters | Any existing, non-OAuth query parameters desired in the request | |
return |
public BuildProtectedResourceInfo ( string method, |
||
method | string | |
parameters | ||
url | string | |
return |
public BuildRequestTokenInfo ( string method ) : |
||
method | string | The HTTP method for the intended request |
return |
public BuildRequestTokenInfo ( string method, |
||
method | string | The HTTP method for the intended request |
parameters | Any existing, non-OAuth query parameters desired in the request | |
return |