CommunicationTokenCredential interface
Azure Communication Services トークンの資格情報。
メソッド
dispose() | CommunicationTokenCredential を破棄し、内部自動更新操作を取り消します。 |
get |
ユーザーの を |
メソッドの詳細
dispose()
CommunicationTokenCredential を破棄し、内部自動更新操作を取り消します。
function dispose()
getToken(CommunicationGetTokenOptions)
ユーザーの を AccessToken
取得します。 既に破棄されている場合は をスローします。
function getToken(options?: CommunicationGetTokenOptions): Promise<AccessToken>
パラメーター
- options
- CommunicationGetTokenOptions
その他のオプション。
戻り値
Promise<AccessToken>