3 references to GetAccessTokenAsync
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (1)
168_transportFactory = new DefaultTransportFactory(httpConnectionOptions.Transports, _loggerFactory, _httpClient, httpConnectionOptions, GetAccessTokenAsync);
Internal\AccessTokenHttpMessageHandler.cs (2)
43: await _httpConnection.GetAccessTokenAsync().ConfigureAwait(false); 72_accessToken = await _httpConnection.GetAccessTokenAsync().ConfigureAwait(false);