Enum IncludeGrantedScopes
Which scopes that have already been granted to include when requesting scopes.
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public enum IncludeGrantedScopes
  Fields
| Name | Description | 
|---|---|
| None | Default, requests only the scopes passed in to the oauth request  | 
      
| Team | Token should include all previously granted team scopes as well as requested scopes  | 
      
| User | Token should include all previously granted user scopes as well as requested scopes  |