ThAppJwtClaims.cs 258 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 namespace FoodLabeling.Th.Application.Contracts; /// <summary> /// 泰额版 App JWT 扩展声明 /// </summary> public static class ThAppJwtClaims { public const string ClientKind = "client_kind"; public const string ClientKindThApp = "th_app"; }