3 writes to IsAuthenticated
Aspire.Hosting.RemoteHost (3)
JsonRpcAuthenticationState.cs (3)
21IsAuthenticated = _expectedTokenBytes is null; 35IsAuthenticated = true; 52IsAuthenticated = true;
3 references to IsAuthenticated
Aspire.Hosting.RemoteHost (3)
JsonRpcAuthenticationState.cs (2)
28if (IsAuthenticated) 65if (!IsAuthenticated)
RemoteAppHostService.cs (1)
146catch (InvalidOperationException ex) when (!_authenticationState.IsAuthenticated)