Freigeben über


CommunicationTokenCredential interface

Die Azure Communication Services Tokenanmeldeinformationen.

Methoden

dispose()

Verwirft das CommunicationTokenCredential-Objekt und bricht alle internen automatischen Aktualisierungsvorgänge ab.

getToken(CommunicationGetTokenOptions)

Ruft eine AccessToken für den Benutzer ab. Löst aus, wenn bereits verworfen.

Details zur Methode

dispose()

Verwirft das CommunicationTokenCredential-Objekt und bricht alle internen automatischen Aktualisierungsvorgänge ab.

function dispose()

getToken(CommunicationGetTokenOptions)

Ruft eine AccessToken für den Benutzer ab. Löst aus, wenn bereits verworfen.

function getToken(options?: CommunicationGetTokenOptions): Promise<AccessToken>

Parameter

options
CommunicationGetTokenOptions

Zusätzliche Optionen.

Gibt zurück

Promise<AccessToken>