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)
253
if (
_refreshIssuedUtc
.HasValue)
255
properties.IssuedUtc =
_refreshIssuedUtc
;