DropboxOAuthClient Class
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.OAuth |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Visibility | Public |
Inheritance |
Class for handling the raw communication with the Dropbox API as well as any OAuth 2.0 communication.
public class DropboxOAuthClient : HttpClient { }
Properties
Type | Name | Summary |
---|---|---|
String | ClientId |
Gets or sets the client ID. |
String | ClientSecret |
Gets or sets the client secret. |
String | RedirectUri |
Gets or sets the redirect URI. |
String | AccessToken |
Gets or sets the access token. |
DropboxFilesRawEndpoint | Files |
Gets a reference to the raw Files endpoint. |
Methods
Exchanges the specified authorization code for an access token. |
Generates the authorization URL based on the |
Generates the authorization URL based on the |
Gets the response of the request as described by the specified |
PrepareHttpRequest(IHttpRequest)
(virtual)
|
Inherited from HttpClient |
DoHttpDeleteRequest(string)
(virtual)
|
DoHttpGetRequest(string)
(virtual)
|
DoHttpPatchRequest(string)
(virtual)
|
DoHttpPatchRequest(string, JToken)
(virtual)
|
DoHttpPatchRequest(string, XNode)
(virtual)
|
DoHttpPostRequest(string)
(virtual)
|
DoHttpPostRequest(string, IHttpPostData)
(virtual)
|
DoHttpPostRequest(string, JToken)
(virtual)
|
DoHttpPostRequest(string, XNode)
(virtual)
|
DoHttpPutRequest(string)
(virtual)
|
DoHttpPutRequest(string, IHttpPostData)
(virtual)
|
DoHttpPutRequest(string, JToken)
(virtual)
|
DoHttpPutRequest(string, XNode)
(virtual)
|
DoHttpRequest(HttpMethod, string)
(virtual)
|
DoHttpRequest(HttpMethod, string, XNode)
(virtual)
|