namespace FoodLabeling.Th.Application.Contracts; /// /// 泰额版 App JWT 扩展声明 /// public static class ThAppJwtClaims { public const string ClientKind = "client_kind"; public const string ClientKindThApp = "th_app"; }