Makes the Reddit OAuth credentials accessible to the calling app. Aside from populating these values for that reason, this class is not used by the library, itself. Each model class stores these credentials internally.
More...
|
| OAuthCredentials (string appId=null, string appSecret=null, string refreshToken=null, string accessToken=null, string deviceId=null) |
|
void | UpdateAccessToken (string accessToken) |
|
Makes the Reddit OAuth credentials accessible to the calling app. Aside from populating these values for that reason, this class is not used by the library, itself. Each model class stores these credentials internally.
◆ OAuthCredentials()
Reddit.Models.OAuthCredentials.OAuthCredentials |
( |
string |
appId = null , |
|
|
string |
appSecret = null , |
|
|
string |
refreshToken = null , |
|
|
string |
accessToken = null , |
|
|
string |
deviceId = null |
|
) |
| |
◆ UpdateAccessToken()
void Reddit.Models.OAuthCredentials.UpdateAccessToken |
( |
string |
accessToken | ) |
|
◆ AccessToken
string Reddit.Models.OAuthCredentials.AccessToken |
|
getset |
◆ AppID
string Reddit.Models.OAuthCredentials.AppID |
|
getset |
◆ AppSecret
string Reddit.Models.OAuthCredentials.AppSecret |
|
getset |
◆ DeviceID
string Reddit.Models.OAuthCredentials.DeviceID |
|
getset |
◆ RefreshToken
string Reddit.Models.OAuthCredentials.RefreshToken |
|
getset |
◆ TokenUpdated
The documentation for this class was generated from the following file: