MsalAbstractTokenCacheProvider.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 the token cache serialization.
public void Initialize (Microsoft.Identity.Client.ITokenCache tokenCache);
abstract member Initialize : Microsoft.Identity.Client.ITokenCache -> unit
override this.Initialize : Microsoft.Identity.Client.ITokenCache -> unit
Public Sub Initialize (tokenCache As ITokenCache)
Parameters
- tokenCache
- ITokenCache
Token cache to serialize/deserialize.