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