• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class AuthError.MissingScope

The access token does not have the required scope to access the route.

Inheritance
System.Object
AuthError
AuthError.MissingScope
Inherited Members
AuthError.IsInvalidAccessToken
AuthError.AsInvalidAccessToken
AuthError.IsInvalidSelectUser
AuthError.AsInvalidSelectUser
AuthError.IsInvalidSelectAdmin
AuthError.AsInvalidSelectAdmin
AuthError.IsUserSuspended
AuthError.AsUserSuspended
AuthError.IsExpiredAccessToken
AuthError.AsExpiredAccessToken
AuthError.IsMissingScope
AuthError.AsMissingScope
AuthError.IsRouteAccessDenied
AuthError.AsRouteAccessDenied
AuthError.IsOther
AuthError.AsOther
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 Source

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

Value

Gets the value of this instance.

Declaration
public TokenScopeError Value { get; }
Property Value
Type Description
TokenScopeError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MissingScope(TokenScopeError)
  • Properties
    • Value
Back to top Generated by DocFX