MsalAbstractTokenCacheProvider.InitializeAsync(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 System.Threading.Tasks.Task InitializeAsync (Microsoft.Identity.Client.ITokenCache tokenCache);
abstract member InitializeAsync : Microsoft.Identity.Client.ITokenCache -> System.Threading.Tasks.Task
override this.InitializeAsync : Microsoft.Identity.Client.ITokenCache -> System.Threading.Tasks.Task
Public Function InitializeAsync (tokenCache As ITokenCache) As Task
Parameters
- tokenCache
- ITokenCache
Token cache to serialize/deserialize.
Returns
A Task that represents a completed initialization operation.