Class TokenFromOAuth1Error
The token from o auth1 error object
Inheritance
System.Object
TokenFromOAuth1Error
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 TokenFromOAuth1Error
Constructors
| Improve this Doc View SourceTokenFromOAuth1Error()
Initializes a new instance of the TokenFromOAuth1Error class.
Declaration
public TokenFromOAuth1Error()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInvalidOauth1TokenInfo
Gets a value indicating whether this instance is InvalidOauth1TokenInfo
Declaration
public bool IsInvalidOauth1TokenInfo { 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 |