Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal MicrosoftIdentityAppCallsWebApiAuthenticationBuilder(
/// </summary>
/// <param name="configureOptions"><see cref="MsalMemoryTokenCacheOptions"/> to configure.</param>
/// <param name="memoryCacheOptions"><see cref="MemoryCacheOptions"/> to configure.</param>
/// <returns>the service collection.</returns>
/// <returns>The authentication builder to chain.</returns>
public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCaches(
Action<MsalMemoryTokenCacheOptions>? configureOptions = null,
Action<MemoryCacheOptions>? memoryCacheOptions = null)
Expand Down Expand Up @@ -62,7 +62,7 @@ public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCach
/// <summary>
/// Add distributed token caches.
/// </summary>
/// <returns>the service collection.</returns>
/// <returns>The authentication builder to chain.</returns>
public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddDistributedTokenCaches()
{
Services.AddDistributedTokenCaches();
Expand Down
Loading