你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunicationTokenCredential 类

定义

Azure 通信服务令牌凭据。

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获取用户的 。

适用于