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)
86hostEnvironmentAuthenticationStateProvider.SetAuthenticationState(Task.FromResult(authenticationState)); 96authStateListener.SetAuthenticationState(authStateTask);
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
604authenticationStateProvider.SetAuthenticationState(Task.FromResult(authenticationState));