ISignedOAuth Interface |
Namespace: Limilabs.Client.Authentication
The ISignedOAuth type exposes the following members.
Name | Description | |
---|---|---|
ExecuteWebRequest |
Executes a web request using HTTP protocol, and method specified by HttpMethod(HttpMethod).
| |
GetNormalizedParameters |
Gets normalized parameter (sorted by name) of this request.
| |
GetNormalizedUrl |
Gets normalized url (parameters are sorted by name) of this request.
| |
GetParameters |
Gets parameter collection of this request.
This collection includes all OAuth parameters and signature.
| |
GetSignature |
Gets signature of this request.
| |
GetUrl |
Gets entire url including parameters, OAuth parameters and signature.
| |
GetUrlBase |
Gets base url of this request.
| |
GetXOAuthKey |
Gets XOAuth key that can be used by LoginOAUTH(String) or LoginOAUTH(String) login methods.
|