Added authorization

Endpoint to create contacts with the queueing system is now functional
This commit is contained in:
kdeng00
2023-10-01 12:10:13 -04:00
parent 78614e5629
commit b9d6318d0e
4 changed files with 100 additions and 9 deletions
+2
View File
@@ -7,6 +7,8 @@ public class Token
#region Properties
[JsonProperty("access_token")]
public string? AccessToken { get; set; }
[JsonProperty("token_type")]
public string? TokenType { get; set; }
[JsonProperty("issued")]
public DateTime? Issued { get; set; }
[JsonProperty("id")]