|
| AuthTokenRetrieverLib (string appId=null, string appSecret=null, int port=8080) |
| Create a new instance of the Reddit.NET OAuth Token Retriever library. More...
|
|
void | AwaitCallback (bool generateLocalOutput=false) |
|
void | StopListening () |
|
string | AuthURL (string scope="creddits%20modcontributors%20modmail%20modconfig%20subscribe%20structuredstyles%20vote%20wikiedit%20mysubreddits%20submit%20modlog%20modposts%20modflair%20save%20modothers%20read%20privatemessages%20report%20identity%20livemanage%20account%20modtraffic%20wikiread%20edit%20modwiki%20modself%20history%20flair") |
|
string | ExecuteRequest (RestRequest restRequest) |
|
◆ AuthTokenRetrieverLib()
Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.AuthTokenRetrieverLib |
( |
string |
appId = null , |
|
|
string |
appSecret = null , |
|
|
int |
port = 8080 |
|
) |
| |
Create a new instance of the Reddit.NET OAuth Token Retriever library.
- Parameters
-
appId | Your Reddit App ID |
appSecret | Your Reddit App Secret (leave empty for installed apps) |
port | The port to listen on for the callback (default: 8080) |
browserPath | The path to your local web browser |
◆ AuthURL()
string Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.AuthURL |
( |
string |
scope = "creddits%20modcontributors%20modmail%20modconfig%20subscribe%20structuredstyles%20vote%20wikiedit%20mysubreddits%20submit%20modlog%20modposts%20modflair%20save%20modothers%20read%20privatemessages%20report%20identity%20livemanage%20account%20modtraffic%20wikiread%20edit%20modwiki%20modself%20history%20flair" | ) |
|
◆ AwaitCallback()
void Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.AwaitCallback |
( |
bool |
generateLocalOutput = false | ) |
|
◆ ExecuteRequest()
string Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.ExecuteRequest |
( |
RestRequest |
restRequest | ) |
|
◆ StopListening()
void Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.StopListening |
( |
| ) |
|
◆ AccessToken
string Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.AccessToken |
|
get |
◆ RefreshToken
string Reddit.AuthTokenRetriever.AuthTokenRetrieverLib.RefreshToken |
|
get |
◆ AuthSuccess
The documentation for this class was generated from the following file: