UnsafeTokenCacheOptions.TokenCacheUpdatedAsync(TokenCacheUpdatedArgs) Method

Definition

The delegate to be called when the Updated event fires.

protected internal abstract System.Threading.Tasks.Task TokenCacheUpdatedAsync (Azure.Identity.TokenCacheUpdatedArgs tokenCacheUpdatedArgs);
abstract member TokenCacheUpdatedAsync : Azure.Identity.TokenCacheUpdatedArgs -> System.Threading.Tasks.Task
Protected Friend MustOverride Function TokenCacheUpdatedAsync (tokenCacheUpdatedArgs As TokenCacheUpdatedArgs) As Task

Parameters

tokenCacheUpdatedArgs
TokenCacheUpdatedArgs

Returns

Applies to