SessionTokenCacheProviderExtension 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 class to add a session token cache serializer to MSAL.
public static class SessionTokenCacheProviderExtension
type SessionTokenCacheProviderExtension = class
Public Module SessionTokenCacheProviderExtension
- Inheritance
-
SessionTokenCacheProviderExtension
Methods
AddSessionAppTokenCache(IServiceCollection) |
Adds an HTTP session-based application token cache to the service collection. |
AddSessionPerUserTokenCache(IServiceCollection) |
Adds an HTTP session-based per-user token cache to the service collection. |