IMsalTokenCacheProvider Interface
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.
MSAL token cache provider interface.
public interface IMsalTokenCacheProvider
type IMsalTokenCacheProvider = interface
Public Interface IMsalTokenCacheProvider
- Derived
Methods
ClearAsync(String) |
Clear the user token cache. |
Initialize(ITokenCache) |
Initializes a token cache (which can be a user token cache or an app token cache). |
InitializeAsync(ITokenCache) |
Obsolete.
Initializes a token cache (which can be a user token cache or an app token cache). |