Enum OAuthResponseType
Used by GetAuthorizeUri(OAuthResponseType, string, string, string, bool, bool, string, bool, 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 |