CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.OAuth.OAuthSession Class Reference

Represents an OAuth session. More...

Properties

string ConsumerKey [get, set]
 Gets or sets the consumer key. More...
 
string ConsumerSecret [get, set]
 Gets or sets the consumer secret. More...
 
string RequestToken [get, set]
 Gets or sets the request token. More...
 
string RequestTokenSecret [get, set]
 Gets or sets the request token secret. More...
 
ConnectionOptions ConnectionOptions [get, set]
 Gets or sets the options of the connection. More...
 
Uri??? AuthorizeUri [get]
 Gets the authorize URL. More...
 

Detailed Description

Represents an OAuth session.

Property Documentation

◆ AuthorizeUri

Uri??? CoreTweet.OAuth.OAuthSession.AuthorizeUri
get

Gets the authorize URL.

◆ ConnectionOptions

ConnectionOptions CoreTweet.OAuth.OAuthSession.ConnectionOptions
getset

Gets or sets the options of the connection.

◆ ConsumerKey

string CoreTweet.OAuth.OAuthSession.ConsumerKey
getset

Gets or sets the consumer key.

◆ ConsumerSecret

string CoreTweet.OAuth.OAuthSession.ConsumerSecret
getset

Gets or sets the consumer secret.

◆ RequestToken

string CoreTweet.OAuth.OAuthSession.RequestToken
getset

Gets or sets the request token.

◆ RequestTokenSecret

string CoreTweet.OAuth.OAuthSession.RequestTokenSecret
getset

Gets or sets the request token secret.


The documentation for this class was generated from the following file: