Code cleanup
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EFB.Models.JSON
|
||||
@ -59,6 +55,6 @@ namespace EFB.Models.JSON
|
||||
[JsonProperty("url")]
|
||||
public string URL { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EFB.Models.JSON
|
||||
{
|
||||
@ -14,6 +10,6 @@ namespace EFB.Models.JSON
|
||||
public string client_id { get; set; }
|
||||
[JsonProperty]
|
||||
public string client_secret { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -1,7 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EFB.Models.JSON
|
||||
@ -16,13 +12,13 @@ namespace EFB.Models.JSON
|
||||
public string token_type { get; set; }
|
||||
[JsonProperty]
|
||||
public string scope { get; set; }
|
||||
|
||||
|
||||
|
||||
[JsonProperty]
|
||||
public string error { get; set; } = null;
|
||||
[JsonProperty]
|
||||
public string error_description { get; set; } = null;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -1,7 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EFB.Models.JSON
|
||||
|
Reference in New Issue
Block a user