Show / Hide Table of Contents

Class AuthError

Errors occurred during authentication.

Inheritance
System.Object
AuthError
AuthError.ExpiredAccessToken
AuthError.InvalidAccessToken
AuthError.InvalidSelectAdmin
AuthError.InvalidSelectUser
AuthError.MissingScope
AuthError.Other
AuthError.RouteAccessDenied
AuthError.UserSuspended
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 AuthError

Constructors

| Improve this Doc View Source

AuthError()

Initializes a new instance of the AuthError class.

Declaration
public AuthError()

Properties

| Improve this Doc View Source

AsExpiredAccessToken

Gets this instance as a ExpiredAccessToken, or null.

Declaration
public AuthError.ExpiredAccessToken AsExpiredAccessToken { get; }
Property Value
Type Description
AuthError.ExpiredAccessToken
| Improve this Doc View Source

AsInvalidAccessToken

Gets this instance as a InvalidAccessToken, or null.

Declaration
public AuthError.InvalidAccessToken AsInvalidAccessToken { get; }
Property Value
Type Description
AuthError.InvalidAccessToken
| Improve this Doc View Source

AsInvalidSelectAdmin

Gets this instance as a InvalidSelectAdmin, or null.

Declaration
public AuthError.InvalidSelectAdmin AsInvalidSelectAdmin { get; }
Property Value
Type Description
AuthError.InvalidSelectAdmin
| Improve this Doc View Source

AsInvalidSelectUser

Gets this instance as a InvalidSelectUser, or null.

Declaration
public AuthError.InvalidSelectUser AsInvalidSelectUser { get; }
Property Value
Type Description
AuthError.InvalidSelectUser
| Improve this Doc View Source

AsMissingScope

Gets this instance as a MissingScope, or null.

Declaration
public AuthError.MissingScope AsMissingScope { get; }
Property Value
Type Description
AuthError.MissingScope
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AuthError.Other AsOther { get; }
Property Value
Type Description
AuthError.Other
| Improve this Doc View Source

AsRouteAccessDenied

Gets this instance as a RouteAccessDenied, or null.

Declaration
public AuthError.RouteAccessDenied AsRouteAccessDenied { get; }
Property Value
Type Description
AuthError.RouteAccessDenied
| Improve this Doc View Source

AsUserSuspended

Gets this instance as a UserSuspended, or null.

Declaration
public AuthError.UserSuspended AsUserSuspended { get; }
Property Value
Type Description
AuthError.UserSuspended
| Improve this Doc View Source

IsExpiredAccessToken

Gets a value indicating whether this instance is ExpiredAccessToken

Declaration
public bool IsExpiredAccessToken { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidAccessToken

Gets a value indicating whether this instance is InvalidAccessToken

Declaration
public bool IsInvalidAccessToken { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidSelectAdmin

Gets a value indicating whether this instance is InvalidSelectAdmin

Declaration
public bool IsInvalidSelectAdmin { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidSelectUser

Gets a value indicating whether this instance is InvalidSelectUser

Declaration
public bool IsInvalidSelectUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMissingScope

Gets a value indicating whether this instance is MissingScope

Declaration
public bool IsMissingScope { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRouteAccessDenied

Gets a value indicating whether this instance is RouteAccessDenied

Declaration
public bool IsRouteAccessDenied { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserSuspended

Gets a value indicating whether this instance is UserSuspended

Declaration
public bool IsUserSuspended { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AuthError()
  • Properties
    • AsExpiredAccessToken
    • AsInvalidAccessToken
    • AsInvalidSelectAdmin
    • AsInvalidSelectUser
    • AsMissingScope
    • AsOther
    • AsRouteAccessDenied
    • AsUserSuspended
    • IsExpiredAccessToken
    • IsInvalidAccessToken
    • IsInvalidSelectAdmin
    • IsInvalidSelectUser
    • IsMissingScope
    • IsOther
    • IsRouteAccessDenied
    • IsUserSuspended
Back to top Generated by DocFX