forked from Eauldane/SnowcloakClient
Initial
This commit is contained in:
11
MareAPI/MareSynchronosAPI/Dto/AuthReplyDto.cs
Normal file
11
MareAPI/MareSynchronosAPI/Dto/AuthReplyDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MareSynchronos.API.Data;
|
||||
using MessagePack;
|
||||
|
||||
namespace MareSynchronos.API.Dto;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record AuthReplyDto
|
||||
{
|
||||
public string Token { get; set; } = string.Empty;
|
||||
public string? WellKnown { get; set; }
|
||||
}
|
Reference in New Issue
Block a user