Abstract Class for OAuth.
Interfaces
| | Interface | Description |
| | IEndPoint |
The Consumer obtains an unauthorized Request Token by asking the Service Provider to issue a Token. |
Classes
| | Class | Description |
| | Nonce |
Unless otherwise specified by the Service Provider, the timestamp is expressed
in the number of seconds since January 1, 1970 00:00:00 GMT. |
| | OAuth |
The OAuth protocol enables websites or applications (Consumers) to access Protected Resources
from a web service (Service Provider) via an API, without requiring Users to disclose
their Service Provider credentials to the Consumers. |