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 DropboxOAuthClient.ClientId and DropboxOAuthClient.RedirectUri properties as well as the state parameter.

Generates the authorization URL based on the DropboxOAuthClient.ClientId and DropboxOAuthClient.RedirectUri properties as well as the state parameter.

Gets the response of the request as described by the specified options.

Inherited from HttpClient