Show / Hide Table of Contents

Class TokenFromOAuth1Error

The token from o auth1 error object

Inheritance
System.Object
TokenFromOAuth1Error
TokenFromOAuth1Error.AppIdMismatch
TokenFromOAuth1Error.InvalidOauth1TokenInfo
TokenFromOAuth1Error.Other
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 Source

TokenFromOAuth1Error()

Initializes a new instance of the TokenFromOAuth1Error class.

Declaration
public TokenFromOAuth1Error()

Properties

| Improve this Doc View Source

AsAppIdMismatch

Gets this instance as a AppIdMismatch, or null.

Declaration
public TokenFromOAuth1Error.AppIdMismatch AsAppIdMismatch { get; }
Property Value
Type Description
TokenFromOAuth1Error.AppIdMismatch
| Improve this Doc View Source

AsInvalidOauth1TokenInfo

Gets this instance as a InvalidOauth1TokenInfo, or null.

Declaration
public TokenFromOAuth1Error.InvalidOauth1TokenInfo AsInvalidOauth1TokenInfo { get; }
Property Value
Type Description
TokenFromOAuth1Error.InvalidOauth1TokenInfo
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAppIdMismatch

Gets a value indicating whether this instance is AppIdMismatch

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

IsInvalidOauth1TokenInfo

Gets a value indicating whether this instance is InvalidOauth1TokenInfo

Declaration
public bool IsInvalidOauth1TokenInfo { 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
In This Article
  • Constructors
    • TokenFromOAuth1Error()
  • Properties
    • AsAppIdMismatch
    • AsInvalidOauth1TokenInfo
    • AsOther
    • IsAppIdMismatch
    • IsInvalidOauth1TokenInfo
    • IsOther
Back to top Generated by DocFX