Udostępnij za pośrednictwem


CommunicationTokenCredential interface

Poświadczenia tokenu Azure Communication Services.

Metody

dispose()

Usuwa element CommunicationTokenCredential i anuluje każdą wewnętrzną operację automatycznego odświeżania.

getToken(CommunicationGetTokenOptions)

Pobiera element AccessToken dla użytkownika. Zgłasza, jeśli został już usunięty.

Szczegóły metody

dispose()

Usuwa element CommunicationTokenCredential i anuluje każdą wewnętrzną operację automatycznego odświeżania.

function dispose()

getToken(CommunicationGetTokenOptions)

Pobiera element AccessToken dla użytkownika. Zgłasza, jeśli został już usunięty.

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

Parametry

options
CommunicationGetTokenOptions

Dodatkowe opcje.

Zwraca

Promise<AccessToken>