PluralKit/PluralKit.API/Authentication/PKClaims.cs

7 lines
126 B
C#
Raw Normal View History

2021-08-27 15:03:47 +00:00
namespace PluralKit.API
{
public class PKClaims
{
public const string SystemId = "PluralKit:SystemId";
}
}