We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae4d2c commit 52189cbCopy full SHA for 52189cb
src/Microsoft.Graph.Core/Requests/Middleware/AuthenticationHandler.cs
@@ -115,7 +115,7 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage
115
116
HttpResponseMessage response = await base.SendAsync(httpRequestMessage, cancellationToken);
117
118
- // Chcek if response is a 401 & is not a streamed body (is buffered)
+ // Check if response is a 401 & is not a streamed body (is buffered)
119
if (IsUnauthorized(response) && httpRequestMessage.IsBuffered())
120
{
121
// re-issue the request to get a new access token
0 commit comments