MicrosoftIdentityAppCallsWebApiAuthenticationBuilder Class
Definition
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.
Authentication builder returned by the EnableTokenAcquisitionToCallDownstreamApi methods enabling you to decide token cache implementations.
public class MicrosoftIdentityAppCallsWebApiAuthenticationBuilder : Microsoft.Identity.Web.MicrosoftIdentityBaseAuthenticationBuilder
type MicrosoftIdentityAppCallsWebApiAuthenticationBuilder = class
inherit MicrosoftIdentityBaseAuthenticationBuilder
Public Class MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Inherits MicrosoftIdentityBaseAuthenticationBuilder
- Inheritance
-
MicrosoftIdentityAppCallsWebApiAuthenticationBuilder
Properties
ConfigurationSection |
Configuration section from which to bind options. (Inherited from MicrosoftIdentityBaseAuthenticationBuilder) |
Services |
The services being configured. (Inherited from MicrosoftIdentityBaseAuthenticationBuilder) |
Methods
AddDistributedTokenCaches() |
Add distributed token caches. |
AddInMemoryTokenCaches(Action<MsalMemoryTokenCacheOptions>, Action<MemoryCacheOptions>) |
Add in memory token caches, if no other implementation of IMsalTokenCacheProvider was already added. |