ConfidentialClientApplication.AppTokenCache Property

Definition

Application token cache. This case holds access tokens for the application. It's maintained and updated silently if needed when calling AcquireTokenForClient(IEnumerable<String>)

public Microsoft.Identity.Client.ITokenCache AppTokenCache { get; }
member this.AppTokenCache : Microsoft.Identity.Client.ITokenCache
Public ReadOnly Property AppTokenCache As ITokenCache

Property Value

Implements

Remarks

On .NET Framework and .NET Core you can also customize the token cache serialization. See https://aka.ms/msal-net-token-cache-serialization. This is taken care of by MSAL.NET on other platforms

Applies to