1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
2023-06-22 22:56:24 +02:00

7 lines
133 B
C#

namespace Artemis.WebClient.Workshop.Entities;
public class RefreshTokenEntity
{
public string RefreshToken { get; set; }
}