Class TokenFromOAuth1Error
The token from o auth1 error object
Inheritance
TokenFromOAuth1Error
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenFromOAuth1Error
Constructors
View SourceTokenFromOAuth1Error()
Initializes a new instance of the TokenFromOAuth1Error class.
Declaration
public TokenFromOAuth1Error()
Properties
View SourceAsAppIdMismatch
Gets this instance as a AppIdMismatch, or null.
Declaration
public TokenFromOAuth1Error.AppIdMismatch AsAppIdMismatch { get; }
Property Value
| Type | Description |
|---|---|
| TokenFromOAuth1Error.AppIdMismatch |
AsInvalidOauth1TokenInfo
Gets this instance as a InvalidOauth1TokenInfo, or null.
Declaration
public TokenFromOAuth1Error.InvalidOauth1TokenInfo AsInvalidOauth1TokenInfo { get; }
Property Value
| Type | Description |
|---|---|
| TokenFromOAuth1Error.InvalidOauth1TokenInfo |
AsOther
Gets this instance as a Other, or null.
Declaration
public TokenFromOAuth1Error.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TokenFromOAuth1Error.Other |
IsAppIdMismatch
Gets a value indicating whether this instance is AppIdMismatch
Declaration
public bool IsAppIdMismatch { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidOauth1TokenInfo
Gets a value indicating whether this instance is InvalidOauth1TokenInfo
Declaration
public bool IsInvalidOauth1TokenInfo { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |