Class OAuth1Token
A default implementation for the IOAuthToken, nothing fancy For more information, see the IOAuthToken interface
Inheritance
System.Object
OAuth1Token
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public class OAuth1Token : IOAuth1Token
Properties
| Improve this Doc View SourceOAuthToken
Token for accessing OAuth services
Declaration
public string OAuthToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OAuthTokenSecret
OAuth token secret
Declaration
public string OAuthTokenSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OAuthTokenVerifier
OAuth token verifier
Declaration
public string OAuthTokenVerifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |