An OAuth Consumer for .NET 2.0
ExtremeSwank.OAuth Namespace
NamespacesExtremeSwank.OAuth
OAuth Consumer for .NET 2.0
Declaration Syntax
C#Visual BasicVisual C++
namespace ExtremeSwank.OAuth
Namespace ExtremeSwank.OAuth
namespace ExtremeSwank.OAuth
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
AccessToken
Access Tokens are permanent tokens which can be used for OAuth authentication requests.

ApplicationServerTokenStore
Stores tokens in the current HttpApplication object. Good for testing, not recommended for production use.

AuthenticationMethod
HTTP method to use for OAuth request, also specifies the format for the authentication parameters.

ConsumerRegistration
Represents an OAuth consumer that is registered with the OAuth service provider.

DBServerTokenStore
Stores tokens in a .NET compatible SQL database.

IServerTokenStore
Interface for server-side token and Consumer registration storage.

OAuthClient
OAuth 1.0 Consumer

OAuthHttpModule
OAuth HttpModule for ASP.NET server-side authentication integration.

OAuthPrincipal
OAuth-specific security principal, representing a single user and membership roles.

OAuthServer
Server-side OAuth 1.0 implementation.

OAuthToken
Abstract OAuth Token object.

RequestToken
Request Tokens are temporary tokens used to generate Access Tokens.

ServerAccessToken
Server-side representation of an OAuth Access Token.

ServerRequestMode
OAuth mode for processing token requests.

ServerRequestToken
Server-side representation of an OAuth Request Token.

SignatureMethod
Method used for signing an OAuth request.

TokenAlreadyAuthorizedException
The token authorization request failed because the token has already been authorized.

TokenNotFoundException
The requested token could not be found.