1 write to AllowRefresh
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
330properties.AllowRefresh = false;
1 reference to AllowRefresh
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
97var allowRefresh = ticket.Properties.AllowRefresh ?? true;