1 write to _refreshIssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
126_refreshIssuedUtc = currentUtc;
2 references to _refreshIssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
253if (_refreshIssuedUtc.HasValue) 255properties.IssuedUtc = _refreshIssuedUtc;