1 write to _refreshIssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
125_refreshIssuedUtc = currentUtc;
2 references to _refreshIssuedUtc
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
252if (_refreshIssuedUtc.HasValue) 254properties.IssuedUtc = _refreshIssuedUtc;