3 references to AuthenticationState
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
97var authenticationState = new AuthenticationState(httpContext.User);
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitHost.cs (1)
637var authenticationState = new AuthenticationState(user);
Circuits\RevalidatingServerAuthenticationStateProvider.cs (1)
105var anonymousState = new AuthenticationState(anonymousUser);