An OAuth Consumer for .NET 2.0
AccessToken Class
NamespacesExtremeSwank.OAuthAccessToken
Access Tokens are permanent tokens which can be used for OAuth authentication requests.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class AccessToken : OAuthToken
<SerializableAttribute> _
Public Class AccessToken _
	Inherits OAuthToken
[SerializableAttribute]
public ref class AccessToken : public OAuthToken
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AccessToken()()()
Creates a new instance of AccessToken.

AccessToken(NameValueCollection)
Creates a new instance of AccessToken.

Equals(Object) (Inherited from Object.)
Export()()()
Serialize the object to a string that can be used to restore the object at a later time.
(Inherited from OAuthToken.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
Key
The key of the token, as provided by the service provider.
(Inherited from OAuthToken.)
MemberwiseClone()()() (Inherited from Object.)
Parameters
Additional parameters received from the service provider.
(Inherited from OAuthToken.)
Secret
The token's secret, as provided by the service provider.
(Inherited from OAuthToken.)
ToString()()() (Inherited from Object.)
Inheritance Hierarchy

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