1 write to _authenticationToken
aspire (1)
Projects\AppHostServerSession.cs (1)
79
_authenticationToken
= TokenGenerator.GenerateToken();
3 references to _authenticationToken
aspire (3)
Projects\AppHostServerSession.cs (3)
97
public string AuthenticationToken =>
_authenticationToken
;
184
serverEnvironmentVariables[KnownConfigNames.RemoteAppHostToken] =
_authenticationToken
;
313
var connectTask = AppHostRpcClient.ConnectAsync(socketPath,
_authenticationToken
, _environment, _profilingTelemetry, connectCts.Token);