Improve this Doc View Source

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 Source

OAuthToken

Token for accessing OAuth services

Declaration
string OAuthToken { get; set; }
Returns
Type Description
System.String
| Improve this Doc View Source

OAuthTokenSecret

OAuth token secret

Declaration
string OAuthTokenSecret { get; set; }
Returns
Type Description
System.String
| Improve this Doc View Source

OAuthTokenVerifier

OAuth token verifier

Declaration
string OAuthTokenVerifier { get; set; }
Returns
Type Description
System.String