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);
|
|
} |