class GuidNonceCreator |
GuidNonceCreator creates a new nonce by creating a GUID and converting it to a string. |
interface INonceCreator |
Creates a nonce. |
interface ISystemTime |
Provides a mechanism for getting the current system time. |
static class OAuthConstants |
OAuth version 1.0 constant strings. |
class OAuthContext |
Provides methods for obtaining access tokens and making authorized requests. |
static class OAuthContextUtility |
Utility methods for dealing with an OAuthContext. |
static class OAuthSignatureMethods |
OAuth signature methods. |
static class OAuthUtility |
Utility code for OAuth authentication. |
class StandardSystemTime |
Implements the standard way of getting the system time. |