[CHANGE] Reworking auth schemes & services, handlers, etc.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace DotBased.AspNet.Authority.Models.Options.Auth;
|
||||
|
||||
public class SessionOptions
|
||||
{
|
||||
public TimeSpan RefreshInterval { get; set; } = TimeSpan.FromMinutes(30);
|
||||
}
|
Reference in New Issue
Block a user