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