IAuthenticationOperation2.ValidateCachedTokenAsync Method

Definition

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

Returns

Applies to