Class AuthError
Errors occurred during authentication.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class AuthError
Constructors
| Improve this Doc View SourceAuthError()
Initializes a new instance of the AuthError class.
Declaration
public AuthError()
Properties
| Improve this Doc View SourceAsExpiredAccessToken
Gets this instance as a ExpiredAccessToken, or null
.
Declaration
public AuthError.ExpiredAccessToken AsExpiredAccessToken { get; }
Property Value
Type | Description |
---|---|
AuthError.ExpiredAccessToken |
AsInvalidAccessToken
Gets this instance as a InvalidAccessToken, or null
.
Declaration
public AuthError.InvalidAccessToken AsInvalidAccessToken { get; }
Property Value
Type | Description |
---|---|
AuthError.InvalidAccessToken |
AsInvalidSelectAdmin
Gets this instance as a InvalidSelectAdmin, or null
.
Declaration
public AuthError.InvalidSelectAdmin AsInvalidSelectAdmin { get; }
Property Value
Type | Description |
---|---|
AuthError.InvalidSelectAdmin |
AsInvalidSelectUser
Gets this instance as a InvalidSelectUser, or null
.
Declaration
public AuthError.InvalidSelectUser AsInvalidSelectUser { get; }
Property Value
Type | Description |
---|---|
AuthError.InvalidSelectUser |
AsMissingScope
Gets this instance as a MissingScope, or null
.
Declaration
public AuthError.MissingScope AsMissingScope { get; }
Property Value
Type | Description |
---|---|
AuthError.MissingScope |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AuthError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AuthError.Other |
AsRouteAccessDenied
Gets this instance as a RouteAccessDenied, or null
.
Declaration
public AuthError.RouteAccessDenied AsRouteAccessDenied { get; }
Property Value
Type | Description |
---|---|
AuthError.RouteAccessDenied |
AsUserSuspended
Gets this instance as a UserSuspended, or null
.
Declaration
public AuthError.UserSuspended AsUserSuspended { get; }
Property Value
Type | Description |
---|---|
AuthError.UserSuspended |
IsExpiredAccessToken
Gets a value indicating whether this instance is ExpiredAccessToken
Declaration
public bool IsExpiredAccessToken { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidAccessToken
Gets a value indicating whether this instance is InvalidAccessToken
Declaration
public bool IsInvalidAccessToken { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidSelectAdmin
Gets a value indicating whether this instance is InvalidSelectAdmin
Declaration
public bool IsInvalidSelectAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidSelectUser
Gets a value indicating whether this instance is InvalidSelectUser
Declaration
public bool IsInvalidSelectUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMissingScope
Gets a value indicating whether this instance is MissingScope
Declaration
public bool IsMissingScope { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRouteAccessDenied
Gets a value indicating whether this instance is RouteAccessDenied
Declaration
public bool IsRouteAccessDenied { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserSuspended
Gets a value indicating whether this instance is UserSuspended
Declaration
public bool IsUserSuspended { get; }
Property Value
Type | Description |
---|---|
System.Boolean |