Dropbox .NET SDK
Show / Hide Table of Contents

Class TokenScopeError

The token scope error object

Inheritance
object
TokenScopeError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenScopeError

Constructors

View Source

TokenScopeError(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 Source

RequiredScope

The required scope to access the route.

Declaration
public string RequiredScope { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK