Files
Yi.Framework/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Domain.Shared/Options/RefreshJwtOptions.cs
橙子 c18334002c feat: 搭建双token
fix: 修复签到记录问题
2024-01-23 23:35:38 +08:00

16 lines
290 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Rbac.Domain.Shared.Options
{
/// <summary>
/// 刷新token
/// </summary>
public class RefreshJwtOptions: JwtOptions
{
}
}