次の方法で共有


CommunicationTokenCredential クラス

定義

Azure Communication Services トークン資格情報。

public sealed class CommunicationTokenCredential : IDisposable
type CommunicationTokenCredential = class
    interface IDisposable
Public NotInheritable Class CommunicationTokenCredential
Implements IDisposable
継承
CommunicationTokenCredential
実装

コンストラクター

CommunicationTokenCredential(CommunicationTokenRefreshOptions)

の新しいインスタンスを初期化します。このインスタンス CommunicationTokenCredential は、有効期限が切れた場合、または有効期限が切れる前に事前にトークンを自動的に更新して要求を高速化します。

CommunicationTokenCredential(String)

CommunicationTokenCredential の新しいインスタンスを初期化します。

メソッド

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

GetToken(CancellationToken)

ユーザーの を AccessToken 取得します。

GetTokenAsync(CancellationToken)

ユーザーの を AccessToken 取得します。

適用対象