Stores tokens in the current HttpApplication object.
Good for testing, not recommended for production use.
| C# | Visual Basic | Visual C++ |
public class ApplicationServerTokenStore : IServerTokenStore
Public Class ApplicationServerTokenStore _ Implements IServerTokenStore
public ref class ApplicationServerTokenStore : IServerTokenStore
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| 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.) |
| Object | |
| ApplicationServerTokenStore | |