ConfidentialClientApplication.AppTokenCache Property
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.
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