2 implementations of SetAuthenticationState
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\ServerAuthenticationStateProvider.cs (1)
21public void SetAuthenticationState(Task<AuthenticationState> authenticationStateTask)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializer.cs (1)
43public void SetAuthenticationState(Task<AuthenticationState> authenticationStateTask)
3 references to SetAuthenticationState
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.cs (2)
97hostEnvironmentAuthenticationStateProvider.SetAuthenticationState(Task.FromResult(authenticationState)); 107authStateListener.SetAuthenticationState(authStateTask);
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
628authenticationStateProvider.SetAuthenticationState(Task.FromResult(authenticationState));