Class DropboxAppClient
The client which contains endpoints which perform app-auth actions.
Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public sealed class DropboxAppClient : DropboxClientBase, IDisposable
  Constructors
| Improve this Doc View SourceDropboxAppClient(String, String)
Initializes a new instance of the DropboxAppClient class.
Declaration
public DropboxAppClient(string appKey, string appSecret)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | appKey | The Dropbox app key (e.g. consumer key in OAuth).  | 
      
| System.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 | 
|---|---|---|
| System.String | appKey | The Dropbox app key (e.g. consumer key in OAuth).  | 
      
| System.String | appSecret | The Dropbox app secret (e.g. consumer secret in OAuth).  | 
      
| DropboxClientConfig | config | The DropboxClientConfig.  | 
      
Properties
| Improve this Doc 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 | 
Implements
      System.IDisposable