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)
61
var authenticated =
_authenticationState
.Authenticate(token);
100
_authenticationState
.ThrowIfNotAuthenticated();
126
_authenticationState
.ThrowIfNotAuthenticated();
146
catch (InvalidOperationException ex) when (!
_authenticationState
.IsAuthenticated)