Class AuthError.MissingScope
The access token does not have the required scope to access the route.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class MissingScope : AuthError
Constructors
| Improve this Doc 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
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public TokenScopeError Value { get; }
Property Value
Type | Description |
---|---|
TokenScopeError |