Changing login response to returning token
This commit is contained in:
@@ -9,5 +9,7 @@ public class Token
|
||||
public string? AccessToken { get; set; }
|
||||
[JsonProperty("issued")]
|
||||
public DateTime? Issued { get; set; }
|
||||
[JsonProperty("id")]
|
||||
public string? UserId { get; set; }
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user