Show / Hide Table of Contents

Class TokenFromOAuth1Error.AppIdMismatch

The authorized app does not match the app associated with the supplied access token.

Inheritance
System.Object
TokenFromOAuth1Error
TokenFromOAuth1Error.AppIdMismatch
Inherited Members
TokenFromOAuth1Error.IsInvalidOauth1TokenInfo
TokenFromOAuth1Error.AsInvalidOauth1TokenInfo
TokenFromOAuth1Error.IsAppIdMismatch
TokenFromOAuth1Error.AsAppIdMismatch
TokenFromOAuth1Error.IsOther
TokenFromOAuth1Error.AsOther
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 sealed class AppIdMismatch : TokenFromOAuth1Error

Fields

| Improve this Doc View Source

Instance

A singleton instance of AppIdMismatch

Declaration
public static readonly TokenFromOAuth1Error.AppIdMismatch Instance
Field Value
Type Description
TokenFromOAuth1Error.AppIdMismatch
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX