Implemented interface member:
property
AuthenticationToken
Aspire.Cli.Projects.IAppHostServerSession.AuthenticationToken
3 references to AuthenticationToken
Aspire.Cli.Tests (3)
Projects\AppHostServerSessionTests.cs (3)
49Assert.Equal(session.AuthenticationToken, project.ReceivedEnvironmentVariables[KnownConfigNames.RemoteAppHostToken]); 78Assert.Equal(session.AuthenticationToken, receivedEnvironmentVariables[KnownConfigNames.RemoteAppHostToken]); 123Assert.False(string.IsNullOrEmpty(session.AuthenticationToken));