Access Tokens are permanent tokens which can be used
for OAuth authentication requests.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class AccessToken : OAuthToken
<SerializableAttribute> _ Public Class AccessToken _ Inherits OAuthToken
[SerializableAttribute] public ref class AccessToken : public OAuthToken
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.) |
| Object | |||
| OAuthToken | |||
| AccessToken | |||
| ServerAccessToken | |||