Enum OAuthResponseType
Used by GetAuthorizeUri(OAuthResponseType, String, String, String, Boolean, Boolean, String, Boolean, TokenAccessType, String[], IncludeGrantedScopes, String) to specify which OAuth 2.0 flow to use.
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public enum OAuthResponseType
  Fields
| Name | Description | 
|---|---|
| Code | This represents the OAuth 2.0 code flow. The server will return a code via the   | 
      
| Token | This represents the OAuth 2.0 token or implicit grant flow. The server will return the bearer token via
the   |