AzureCommunicationTokenCredential class
CommunicationTokenCredential 實作,支援主動式權杖重新整理。
建構函式
Azure |
使用 Lambda 建立 CommunicationTokenCredential 的實例,以取得權杖和選項,以設定主動式重新整理。 |
Azure |
使用靜態權杖建立 CommunicationTokenCredential 的實例,且不會主動重新整理。 |
方法
dispose() | 處置 CommunicationTokenCredential 並取消任何內部自動重新整理作業。 |
get |
|
建構函式詳細資料
AzureCommunicationTokenCredential(CommunicationTokenRefreshOptions)
使用 Lambda 建立 CommunicationTokenCredential 的實例,以取得權杖和選項,以設定主動式重新整理。
new AzureCommunicationTokenCredential(refreshOptions: CommunicationTokenRefreshOptions)
參數
- refreshOptions
- CommunicationTokenRefreshOptions
設定重新整理並加入宣告主動式重新整理的選項。
AzureCommunicationTokenCredential(string)
使用靜態權杖建立 CommunicationTokenCredential 的實例,且不會主動重新整理。
new AzureCommunicationTokenCredential(token: string)
參數
- token
-
string
通訊服務所簽發的使用者存取權杖。
方法詳細資料
dispose()
處置 CommunicationTokenCredential 並取消任何內部自動重新整理作業。
function dispose()
getToken(CommunicationGetTokenOptions)
AccessToken
取得使用者的 。 如果已處置,則會擲回 。
function getToken(options?: CommunicationGetTokenOptions): Promise<AccessToken>
參數
- options
- CommunicationGetTokenOptions
傳回
Promise<AccessToken>