Fix DataContract with Token service (#532)

This commit is contained in:
Tingluo Huang
2020-06-11 12:11:35 -04:00
committed by GitHub
parent eaf39bb058
commit 312c7668a8

View File

@@ -39,7 +39,7 @@ namespace GitHub.Services.OAuth
/// <summary>
/// Gets or sets the error description for the response.
/// </summary>
[DataMember(Name = "errordescription", EmitDefaultValue = false)]
[DataMember(Name = "error_description", EmitDefaultValue = false)]
public String ErrorDescription
{
get;