Authentication namespace.
Classes
| Class | Description | |
|---|---|---|
| OAuth |
This class allows you to create signed OAuth requests.
| |
| OAuthParameterName |
Groups all OAuth parameter names.
| |
| ParameterList |
Represents QueryParameter collection.
| |
| QueryParameter |
Represents query parameter.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IOAuth |
Represents not signed OAuth request.
| |
| ISignedOAuth |
Represents signed OAuth request.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HttpMethod |
HTTP protocol method used by OAuth authentication (HttpMethod(HttpMethod)).
| |
| SignatureType |
Signature types used by OAuth authentication (SignatureMethod(SignatureType)).
|