Share via


IMsalTokenCacheProvider Interface

Definition

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).

Applies to