1 write to _authenticationState
Aspire.Hosting.RemoteHost (1)
RemoteAppHostService.cs (1)
33_authenticationState = authenticationState;
4 references to _authenticationState
Aspire.Hosting.RemoteHost (4)
RemoteAppHostService.cs (4)
61var authenticated = _authenticationState.Authenticate(token); 100_authenticationState.ThrowIfNotAuthenticated(); 126_authenticationState.ThrowIfNotAuthenticated(); 146catch (InvalidOperationException ex) when (!_authenticationState.IsAuthenticated)