8 lines
176 B
C#
8 lines
176 B
C#
using System.Net;
|
|
|
|
namespace OpenWarehouse.auth.api.Common.CustomIdentifyManager;
|
|
|
|
public enum AccountClaims
|
|
{
|
|
ServiceAdress, IfUserCanChangeRole, ServiceName,
|
|
} |