chore: 同步当前开发内容
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace TakeoutSaaS.Infrastructure.Identity.Options;
|
||||
|
||||
/// <summary>
|
||||
/// 刷新令牌存储配置。
|
||||
/// </summary>
|
||||
public sealed class RefreshTokenStoreOptions
|
||||
{
|
||||
public string Prefix { get; set; } = "identity:refresh:";
|
||||
}
|
||||
Reference in New Issue
Block a user