Class AuthError.MissingScope
The access token does not have the required scope to access the route.
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class AuthError.MissingScope : AuthError
Constructors
View SourceMissingScope(TokenScopeError)
Initializes a new instance of the AuthError.MissingScope class.
Declaration
public MissingScope(TokenScopeError value)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenScopeError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public TokenScopeError Value { get; }
Property Value
| Type | Description |
|---|---|
| TokenScopeError |