mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-05-16 23:37:55 +02:00
6 lines
167 B
C#
6 lines
167 B
C#
namespace DotBased.AspNet.Authority.Models.Options.Auth;
|
|
|
|
public class SessionOptions
|
|
{
|
|
public TimeSpan RefreshInterval { get; set; } = TimeSpan.FromMinutes(30);
|
|
} |