ThAppJwtClaims.cs 258 Bytes
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";
}