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