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
ErrorDescription
[JsonProperty(PropertyName = "error_description")]
public string ErrorDescription { get; set; }