Files
OpenWarehouse/OpenWarehouse.auth.api/Common/CustomIdentifyManager/AccountClaims.cs
T
2025-02-26 23:42:19 +01:00

8 lines
176 B
C#

using System.Net;
namespace OpenWarehouse.auth.api.Common.CustomIdentifyManager;
public enum AccountClaims
{
ServiceAdress, IfUserCanChangeRole, ServiceName,
}