Files
Ragon/Ragon.Server/Sources/Plugin/Web/Response/AuthorizationResponse.cs
T

9 lines
163 B
C#
Raw Normal View History

2023-04-09 10:52:18 +04:00
namespace Ragon.Server.Plugin.Web;
[Serializable]
public class AuthorizationResponse
{
public string Id;
public string Name;
public string Payload;
}