CommunicationTokenCredential 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.
Informations d’identification du jeton Azure Communication Services.
public sealed class CommunicationTokenCredential : IDisposable
type CommunicationTokenCredential = class
interface IDisposable
Public NotInheritable Class CommunicationTokenCredential
Implements IDisposable
- Héritage
-
CommunicationTokenCredential
- Implémente
Constructeurs
CommunicationTokenCredential(CommunicationTokenRefreshOptions) |
Initialise une nouvelle instance de CommunicationTokenCredential qui renouvelle automatiquement le jeton à l’expiration ou de manière proactive avant l’expiration pour accélérer les demandes. |
CommunicationTokenCredential(String) |
Initialise une nouvelle instance de CommunicationTokenCredential. |
Méthodes
Dispose() |
Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. |
GetToken(CancellationToken) |
Obtient un AccessToken pour l’utilisateur. |
GetTokenAsync(CancellationToken) |
Obtient un AccessToken pour l’utilisateur. |
S’applique à
Azure SDK for .NET