Class DropboxAppClient
The client which contains endpoints which perform app-auth actions.
Implements
Inherited Members
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class DropboxAppClient : DropboxClientBase, IDisposable
Constructors
View SourceDropboxAppClient(string, string)
Initializes a new instance of the DropboxAppClient class.
Declaration
public DropboxAppClient(string appKey, string appSecret)
Parameters
| Type | Name | Description |
|---|---|---|
| string | appKey | The Dropbox app key (e.g. consumer key in OAuth). |
| string | appSecret | The Dropbox app secret (e.g. consumer secret in OAuth). |
DropboxAppClient(string, string, DropboxClientConfig)
Initializes a new instance of the DropboxAppClient class.
Declaration
public DropboxAppClient(string appKey, string appSecret, DropboxClientConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| string | appKey | The Dropbox app key (e.g. consumer key in OAuth). |
| string | appSecret | The Dropbox app secret (e.g. consumer secret in OAuth). |
| DropboxClientConfig | config | The DropboxClientConfig. |
Properties
View SourceAuth
Gets the Auth routes.
Declaration
public AuthAppRoutes Auth { get; }
Property Value
| Type | Description |
|---|---|
| AuthAppRoutes |
Check
Gets the Check routes.
Declaration
public CheckAppRoutes Check { get; }
Property Value
| Type | Description |
|---|---|
| CheckAppRoutes |
Files
Gets the Files routes.
Declaration
public FilesAppRoutes Files { get; }
Property Value
| Type | Description |
|---|---|
| FilesAppRoutes |
Riviera
Gets the Riviera routes.
Declaration
public RivieraAppRoutes Riviera { get; }
Property Value
| Type | Description |
|---|---|
| RivieraAppRoutes |
Sharing
Gets the Sharing routes.
Declaration
public SharingAppRoutes Sharing { get; }
Property Value
| Type | Description |
|---|---|
| SharingAppRoutes |