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 6902b17 commit 1cf3cd6Copy full SHA for 1cf3cd6
src/client/Microsoft.Identity.Client/Internal/Requests/ClientCredentialRequest.cs
@@ -203,7 +203,7 @@ private async Task<AuthenticationResult> SendTokenRequestToAppTokenProviderAsync
203
}
204
205
/// <summary>
206
- /// Checks if the token should be used from the cache.
+ /// Checks if the token should be used from the cache and returns the cached access token if applicable.
207
/// </summary>
208
/// <returns></returns>
209
private async Task<MsalAccessTokenCacheItem> GetCachedAccessTokenAsync()
0 commit comments