changes
This commit is contained in:
10
DTOs/TokenInfo.cs
Normal file
10
DTOs/TokenInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace public_valetax.DTOs
|
||||
{
|
||||
public class TokenInfo
|
||||
{
|
||||
[JsonPropertyName("token")]
|
||||
public string Token { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user