namespace Galaeth.Services.Constants; /// /// Collection of claim ids. /// public static class ClaimIds { /// /// User Id claim. /// public const string UserId = "user-id"; /// /// User Role claim. /// public const string Role = "role"; }