The OAuthAuthorization type exposes the following members.
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