InMemoryTokenCacheProviderExtension Class

Definition

Extension class used to add an in-memory token cache serializer to MSAL.

public static class InMemoryTokenCacheProviderExtension
type InMemoryTokenCacheProviderExtension = class
Public Module InMemoryTokenCacheProviderExtension
Inheritance
InMemoryTokenCacheProviderExtension

Methods

AddInMemoryTokenCaches(IServiceCollection)

Adds both the app and per-user in-memory token caches.

Applies to