TokenCacheExtensions 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.
Extension methods to expose a simplified developer experience for adding token caches to MSAL.NET confidential client applications in ASP.NET, or .NET Core, or .NET FW.
public static class TokenCacheExtensions
type TokenCacheExtensions = class
Public Module TokenCacheExtensions
- Inheritance
-
TokenCacheExtensions
Methods
AddDistributedTokenCache(IConfidentialClientApplication, Action<IServiceCollection>) |
Add a distributed token cache. |
AddInMemoryTokenCache(IConfidentialClientApplication, Action<IServiceCollection>) |
Add an in-memory well partitioned token cache to MSAL.NET confidential client
application. Don't use this method in ASP.NET Core: rather use:
|
AddInMemoryTokenCache(IConfidentialClientApplication) |
Add an in-memory well partitioned token cache to MSAL.NET confidential client
application. Don't use this method in ASP.NET Core: rather use:
|