From 30c4e29c0e9d2d9102f1a78105e032633949360e Mon Sep 17 00:00:00 2001 From: Edward Benson Date: Wed, 15 Jul 2026 17:43:59 +0100 Subject: [PATCH] Fix AddInMemoryTokenCaches return documentation --- .../MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs b/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs index 8939dfbcc..f8eaf82dc 100644 --- a/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs +++ b/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs @@ -33,7 +33,7 @@ internal MicrosoftIdentityAppCallsWebApiAuthenticationBuilder( /// /// to configure. /// to configure. - /// the service collection. + /// The authentication builder to chain. public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCaches( Action? configureOptions = null, Action? memoryCacheOptions = null) @@ -62,7 +62,7 @@ public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCach /// /// Add distributed token caches. /// - /// the service collection. + /// The authentication builder to chain. public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddDistributedTokenCaches() { Services.AddDistributedTokenCaches();