1 write to _userLastCheck
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
190
_userLastCheck
= now;
1 reference to _userLastCheck
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
184
if (useCache && now <
_userLastCheck
+ _userCacheRefreshInterval)