4 references to TokenResponse
Microsoft.NET.Build.Containers (4)
AuthHandshakeMessageHandler.cs (4)
299TokenResponse? tokenResponse = JsonSerializer.Deserialize<TokenResponse>(postResponse.Content.ReadAsStream(cancellationToken)); 343TokenResponse? token = JsonSerializer.Deserialize<TokenResponse>(tokenResponse.Content.ReadAsStream(cancellationToken));