An OAuth Consumer for .NET 2.0
ApplicationServerTokenStore Class
NamespacesExtremeSwank.OAuthApplicationServerTokenStore
Stores tokens in the current HttpApplication object. Good for testing, not recommended for production use.
Declaration Syntax
C#Visual BasicVisual C++
public class ApplicationServerTokenStore : IServerTokenStore
Public Class ApplicationServerTokenStore _
	Implements IServerTokenStore
public ref class ApplicationServerTokenStore : IServerTokenStore
Members
All MembersConstructorsMethods



IconMemberDescription
ApplicationServerTokenStore()()()
DeleteAccessToken(String)
Delete a stored AccessToken entry.

DeleteConsumerRegistration(String)
Delete a stored ConsumerRegistration entry.

DeleteRequestToken(String)
Delete a stored RequestToken entry.

Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
FindAccessToken(String)
Retrieve a stored AccessToken entry.

FindConsumerRegistration(String)
Retrieve a stored ConsumerRegistration entry.

FindRequestToken(String)
Retrieve a stored RequestToken entry.

GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
MemberwiseClone()()() (Inherited from Object.)
StoreAccessToken(ServerAccessToken)
Save a modified or new AccessToken entry.

StoreConsumerRegistration(ConsumerRegistration)
Save a modified or new ConsumerRegistration entry.

StoreRequestToken(ServerRequestToken)
Save a modified or new RequestToken entry.

ToString()()() (Inherited from Object.)
Inheritance Hierarchy
Object
ApplicationServerTokenStore

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)