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