Show / Hide Table of Contents

Class DropboxAppClient

The client which contains endpoints which perform app-auth actions.

Inheritance
System.Object
DropboxClientBase
DropboxAppClient
Implements
System.IDisposable
Inherited Members
DropboxClientBase.Dispose()
DropboxClientBase.Dispose(Boolean)
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 Source

DropboxAppClient(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).

| Improve this Doc View Source

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 Source

Auth

Gets the Auth routes.

Declaration
public AuthAppRoutes Auth { get; }
Property Value
Type Description
AuthAppRoutes
| Improve this Doc View Source

Check

Gets the Check routes.

Declaration
public CheckAppRoutes Check { get; }
Property Value
Type Description
CheckAppRoutes
| Improve this Doc View Source

Files

Gets the Files routes.

Declaration
public FilesAppRoutes Files { get; }
Property Value
Type Description
FilesAppRoutes

Implements

System.IDisposable
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DropboxAppClient(String, String)
    • DropboxAppClient(String, String, DropboxClientConfig)
  • Properties
    • Auth
    • Check
    • Files
  • Implements
Back to top Generated by DocFX