Interface IOAuth1Token
The credentials which should be stored. This can be used to extend your Dapplo.Config.IIniSection extending interface.
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public interface IOAuth1Token
Properties
| Improve this Doc View SourceOAuthToken
Token for accessing OAuth services
Declaration
[Display(Description = "Contains the OAuth token (encrypted)")]
string OAuthToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OAuthTokenSecret
OAuth token secret
Declaration
[Display(Description = "OAuth token secret (encrypted)")]
string OAuthTokenSecret { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OAuthTokenVerifier
OAuth token verifier
Declaration
[Display(Description = "OAuth token verifier (encrypted)")]
string OAuthTokenVerifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |