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