1 write to _httpConnection
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\AccessTokenHttpMessageHandler.cs (1)
19
_httpConnection
= httpConnection;
4 references to _httpConnection
Microsoft.AspNetCore.Http.Connections.Client (4)
Internal\AccessTokenHttpMessageHandler.cs (4)
42
? await
_httpConnection
.GetRefreshRequestTokenAsync().ConfigureAwait(false)
43
: await
_httpConnection
.GetAccessTokenAsync().ConfigureAwait(false);
70
HttpConnection.Log.RetryAccessToken(
_httpConnection
._logger, result.StatusCode);
72
_accessToken = await
_httpConnection
.GetAccessTokenAsync().ConfigureAwait(false);