2 implementations of AuthenticationToken
aspire (1)
Projects\AppHostServerSession.cs (1)
97public string AuthenticationToken => _authenticationToken;
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
33public string AuthenticationToken { get; } = "fake-token";
2 references to AuthenticationToken
aspire (2)
Projects\GuestAppHostProject.cs (2)
539var authenticationToken = serverSession.AuthenticationToken; 1163var authenticationToken = serverSession.AuthenticationToken;