1 write to _cachedUser
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Services\RemoteAuthenticationService.cs (1)
189
_cachedUser
= await GetAuthenticatedUser();
2 references to _cachedUser
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\RemoteAuthenticationService.cs (2)
186
return
_cachedUser
;
192
return
_cachedUser
;