CommunicationTokenCredential interface
Informations d’identification du jeton Azure Communication Services.
Méthodes
dispose() | Supprime communicationTokenCredential et annule toute opération d’actualisation automatique interne. |
get |
Obtient un |
Détails de la méthode
dispose()
Supprime communicationTokenCredential et annule toute opération d’actualisation automatique interne.
function dispose()
getToken(CommunicationGetTokenOptions)
Obtient un AccessToken
pour l’utilisateur. Lève si déjà supprimé.
function getToken(options?: CommunicationGetTokenOptions): Promise<AccessToken>
Paramètres
- options
- CommunicationGetTokenOptions
Options supplémentaires.
Retours
Promise<AccessToken>