CommunicationTokenRefreshOptions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Options d’actualisation du jeton de communication
public class CommunicationTokenRefreshOptions
type CommunicationTokenRefreshOptions = class
Public Class CommunicationTokenRefreshOptions
- Héritage
-
CommunicationTokenRefreshOptions
Constructeurs
CommunicationTokenRefreshOptions(Boolean, Func<CancellationToken,String>) |
Initialise une nouvelle instance de CommunicationTokenRefreshOptions. |
Propriétés
AsyncTokenRefresher |
Fonction de rappel asynchrone qui acquiert un nouveau jeton à partir de l’API d’identité de communication, par exemple en appelant CommunicationIdentityClient. Le jeton retourné doit être valide (sa date d’expiration doit être définie à l’avenir). |
InitialToken |
Jeton initial. |
S’applique à
Azure SDK for .NET