aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Models/Static/AppClaims.cs
blob: 55db72be421116354fdaa6f78db071ec240bf4e1 (plain) (blame)
1
2
3
4
5
6
7
namespace IOL.GreatOffice.Api.Models.Static;

public static class AppClaims
{
	public const string USER_ID = "user_id";
	public const string NAME = "name";
}