2 references to GetUser
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\RemoteAuthenticationService.cs (2)
87
public override async Task<AuthenticationState> GetAuthenticationStateAsync() => new AuthenticationState(await
GetUser
(useCache: true));
221
var getUserTask =
GetUser
();