1 implementation of SetAuthenticationState
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\ServerAuthenticationStateProvider.cs (1)
21
public void
SetAuthenticationState
(Task<AuthenticationState> authenticationStateTask)
3 references to SetAuthenticationState
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.cs (2)
98
hostEnvironmentAuthenticationStateProvider.
SetAuthenticationState
(Task.FromResult(authenticationState));
108
authStateListener.
SetAuthenticationState
(authStateTask);
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
638
authenticationStateProvider.
SetAuthenticationState
(Task.FromResult(authenticationState));