Click or drag to resize

ISignedOAuth Interface

Represents signed OAuth request.

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface ISignedOAuth

The ISignedOAuth type exposes the following members.

Methods
  NameDescription
Public methodExecuteWebRequest
Executes a web request using HTTP protocol, and method specified by HttpMethod(HttpMethod).
Public methodGetNormalizedParameters
Gets normalized parameter (sorted by name) of this request.
Public methodGetNormalizedUrl
Gets normalized url (parameters are sorted by name) of this request.
Public methodGetParameters
Gets parameter collection of this request. This collection includes all OAuth parameters and signature.
Public methodGetSignature
Gets signature of this request.
Public methodGetUrl
Gets entire url including parameters, OAuth parameters and signature.
Public methodGetUrlBase
Gets base url of this request.
Public methodGetXOAuthKey
Gets XOAuth key that can be used by LoginOAUTH(String) or LoginOAUTH(String) login methods.
Top
See Also