Share via


IMsalTokenCacheProvider.Initialize(ITokenCache) Method

Definition

Initializes a token cache (which can be a user token cache or an app token cache).

public void Initialize (Microsoft.Identity.Client.ITokenCache tokenCache);
abstract member Initialize : Microsoft.Identity.Client.ITokenCache -> unit
Public Sub Initialize (tokenCache As ITokenCache)

Parameters

tokenCache
ITokenCache

Token cache for which to initialize the serialization.

Applies to