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.dll
Syntax
public interface IOAuth1Token
Properties
| Improve this Doc View SourceOAuthToken
Token for accessing OAuth services
Declaration
string OAuthToken { get; set; }
Returns
Type | Description |
---|---|
System.String |
OAuthTokenSecret
OAuth token secret
Declaration
string OAuthTokenSecret { get; set; }
Returns
Type | Description |
---|---|
System.String |
OAuthTokenVerifier
OAuth token verifier
Declaration
string OAuthTokenVerifier { get; set; }
Returns
Type | Description |
---|---|
System.String |