Represents authorization parameters for OAuth 1.0.
Inheritance Hierarchy
Nemiro.OAuth HttpAuthorization
Nemiro.OAuth OAuthAuthorization
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The OAuthAuthorization type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OAuthAuthorization |
Initializes a new instance of the OAuthAuthorization class.
| |
| OAuthAuthorization(UniValue) |
Initializes a new instance of the OAuthAuthorization class with specific value.
|
Methods
Operators
| Name | Description | |
|---|---|---|
| (String to OAuthAuthorization) |
Creates a new OAuthAuthorization instance from String.
|
Properties
| Name | Description | |
|---|---|---|
| AuthorizationType |
Gets or sets authorization method.
(Inherited from HttpAuthorization.) | |
| Callback |
Gets or sets the callback address.
| |
| ConsumerKey |
Gets or sets the consumer key.
| |
| ConsumerSecret |
Gets or sets the consumer secret.
| |
| Item |
Gets or sets the value associated with the specified key.
(Inherited from HttpAuthorization.) | |
| Nonce |
Gets or sets the nonce.
| |
| Parameters | Obsolete.
Authorization parameters.
(Inherited from HttpAuthorization.) | |
| ParametersSorted |
Sorted authorization parameters.
(Inherited from HttpAuthorization.) | |
| Signature |
Gets or sets the signature.
| |
| SignatureMethod |
Gets or sets the signature method.
| |
| Timestamp |
Gets or sets the timestamp.
| |
| Token |
Gets or sets the token.
| |
| TokenSecret |
Gets or sets the secret token.
| |
| Value |
Gets or sets parameters of the authorization.
(Inherited from HttpAuthorization.) | |
| Verifier |
Gets or sets the verifier code.
| |
| Version |
Gets or sets the version of the OAuth.
|
See Also