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