Blame view

泰额版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling/FoodLabeling.Th.Application.Contracts/ThAppJwtClaims.cs 258 Bytes
a1a0369d   李曜臣   5-25代码优化
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";
  }