Skip to content

Commit 1cf3cd6

Browse files
Update src/client/Microsoft.Identity.Client/Internal/Requests/ClientCredentialRequest.cs
Co-authored-by: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com>
1 parent 6902b17 commit 1cf3cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Microsoft.Identity.Client/Internal/Requests/ClientCredentialRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private async Task<AuthenticationResult> SendTokenRequestToAppTokenProviderAsync
203203
}
204204

205205
/// <summary>
206-
/// Checks if the token should be used from the cache.
206+
/// Checks if the token should be used from the cache and returns the cached access token if applicable.
207207
/// </summary>
208208
/// <returns></returns>
209209
private async Task<MsalAccessTokenCacheItem> GetCachedAccessTokenAsync()

0 commit comments

Comments
 (0)