Click or drag to resize

IOAuth Interface

Represents not signed OAuth request.

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

The IOAuth type exposes the following members.

Methods
  NameDescription
Public methodAddParameter
Adds new parameter to this request.
Public methodConsumer
Sets the consumer.
Public methodHttpMethod
Sets HTTP method (GET or POST).
Public methodNonce
Sets nonce. Nonce is generated automatically if not set. This method should be used in tests only.
Public methodSign
Signs this request and creates signed OAuth object.
Public methodSignatureMethod
Sets the signature method.
Public methodTimeStamp
Sets the timestamp. Timestamp is generated automatically if not set. This method should be used in tests only.
Public methodToken
Sets OAuth token (oauth_token).
Public methodTokenSecret
Sets OAuth token secret (oauth_token_secret).
Top
See Also