Class TokenScopeError
The token scope error object
Inheritance
System.Object
TokenScopeError
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 class TokenScopeError
Constructors
| Improve this Doc View SourceTokenScopeError(String)
Initializes a new instance of the TokenScopeError class.
Declaration
public TokenScopeError(string requiredScope)
Parameters
Type | Name | Description |
---|---|---|
System.String | requiredScope | The required scope to access the route. |
Properties
| Improve this Doc View SourceRequiredScope
The required scope to access the route.
Declaration
public string RequiredScope { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |