Table of Contents

Class AuthErrorResponse

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class AuthErrorResponse
Inheritance
AuthErrorResponse
Inherited Members

Properties

Error

[JsonProperty(PropertyName = "error")]
public string Error { get; set; }

Property Value

string

ErrorDescription

[JsonProperty(PropertyName = "error_description")]
public string ErrorDescription { get; set; }

Property Value

string