CommunicationTokenCredential interface
Azure 通訊服務權杖認證。
方法
dispose() | 處置 CommunicationTokenCredential 並取消任何內部自動重新整理作業。 |
get |
|
方法詳細資料
dispose()
處置 CommunicationTokenCredential 並取消任何內部自動重新整理作業。
function dispose()
getToken(CommunicationGetTokenOptions)
AccessToken
取得使用者的 。 如果已處置,則會擲回 。
function getToken(options?: CommunicationGetTokenOptions): Promise<AccessToken>
參數
- options
- CommunicationGetTokenOptions
其他選項。
傳回
Promise<AccessToken>