IAuthenticationOperation2.ValidateCachedTokenAsync 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.
Determines whether the cached token is still valid.
public System.Threading.Tasks.Task<bool> ValidateCachedTokenAsync(Microsoft.Identity.Client.AuthScheme.MsalCacheValidationData cachedTokenData);
abstract member ValidateCachedTokenAsync : Microsoft.Identity.Client.AuthScheme.MsalCacheValidationData -> System.Threading.Tasks.Task<bool>
Public Function ValidateCachedTokenAsync (cachedTokenData As MsalCacheValidationData) As Task(Of Boolean)
Parameters
- cachedTokenData
- MsalCacheValidationData
Data used to determine if token is still valid