IMsalTokenCacheProvider.Initialize(ITokenCache) Method
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.
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.