Class TokenScopeError
The token scope error object
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenScopeError
Constructors
View SourceTokenScopeError(string)
Initializes a new instance of the TokenScopeError class.
Declaration
public TokenScopeError(string requiredScope)
Parameters
| Type | Name | Description |
|---|---|---|
| string | requiredScope | The required scope to access the route. |
Properties
View SourceRequiredScope
The required scope to access the route.
Declaration
public string RequiredScope { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |