chore
This commit is contained in:
@@ -37,5 +37,10 @@ namespace Atomx.Common.Models
|
||||
/// 刷新令牌过期时间
|
||||
/// </summary>
|
||||
public int RefreshTokenExpirationMinutes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 每个用户刷新令牌最大数量
|
||||
/// </summary>
|
||||
public int MaxRefreshTokensPerUser { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user