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