Partager via


CommunicationTokenRefreshOptions.AsyncTokenRefresher Propriété

Définition

Fonction de rappel asynchrone qui acquiert un nouveau jeton à partir de l’API Communication Identity, par exemple en appelant CommunicationIdentityClient. Le jeton retourné doit être valide (sa date d’expiration doit être définie ultérieurement).

public Func<System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<string>> AsyncTokenRefresher { get; set; }
member this.AsyncTokenRefresher : Func<System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<string>> with get, set
Public Property AsyncTokenRefresher As Func(Of CancellationToken, ValueTask(Of String))

Valeur de propriété

S’applique à