Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MicrosoftIdentityAppCallsWebApiAuthenticationBuilder.AddInMemoryTokenCaches Method
Definition
- Namespace:
- Microsoft.Identity.Web
- Assembly:
- Microsoft.Identity.Web.TokenAcquisition.dll
- Package:
- Microsoft.Identity.Web.TokenAcquisition v4.8.0
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add in memory token caches, if no other implementation of IMsalTokenCacheProvider was already added.
public Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCaches(Action<Microsoft.Identity.Web.TokenCacheProviders.InMemory.MsalMemoryTokenCacheOptions>? configureOptions = default, Action<Microsoft.Extensions.Caching.Memory.MemoryCacheOptions>? memoryCacheOptions = default);
member this.AddInMemoryTokenCaches : Action<Microsoft.Identity.Web.TokenCacheProviders.InMemory.MsalMemoryTokenCacheOptions> * Action<Microsoft.Extensions.Caching.Memory.MemoryCacheOptions> -> Microsoft.Identity.Web.MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Public Function AddInMemoryTokenCaches (Optional configureOptions As Action(Of MsalMemoryTokenCacheOptions) = Nothing, Optional memoryCacheOptions As Action(Of MemoryCacheOptions) = Nothing) As MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Parameters
- configureOptions
- Action<MsalMemoryTokenCacheOptions>
MsalMemoryTokenCacheOptions to configure.
- memoryCacheOptions
- Action<MemoryCacheOptions>
MemoryCacheOptions to configure.
Returns
the service collection.
Applies to
Feedback
Was this page helpful?
