ClientAccessTokenRequest 构造函数

定义

重载

ClientAccessTokenRequest(String, ClientAccessTokenType)

使用应用标识符和令牌类型初始化 类的新实例 ClientAccessTokenRequest

ClientAccessTokenRequest(String, ClientAccessTokenType, String)

使用应用标识符、令牌类型和范围初始化 类的新实例 ClientAccessTokenRequest

ClientAccessTokenRequest(String, ClientAccessTokenType)

使用应用标识符和令牌类型初始化 类的新实例 ClientAccessTokenRequest

public:
 ClientAccessTokenRequest(System::String ^ id, Microsoft::Exchange::WebServices::Data::ClientAccessTokenType tokenType);
public ClientAccessTokenRequest (string id, Microsoft.Exchange.WebServices.Data.ClientAccessTokenType tokenType);
Public Sub New (id As String, tokenType As ClientAccessTokenType)

参数

id
String

请求客户端访问令牌的应用的应用标识符。

tokenType
ClientAccessTokenType

请求的令牌类型。

适用于

ClientAccessTokenRequest(String, ClientAccessTokenType, String)

使用应用标识符、令牌类型和范围初始化 类的新实例 ClientAccessTokenRequest

public:
 ClientAccessTokenRequest(System::String ^ id, Microsoft::Exchange::WebServices::Data::ClientAccessTokenType tokenType, System::String ^ scope);
public ClientAccessTokenRequest (string id, Microsoft.Exchange.WebServices.Data.ClientAccessTokenType tokenType, string scope);
Public Sub New (id As String, tokenType As ClientAccessTokenType, scope As String)

参数

id
String

请求客户端访问令牌的应用的应用标识符。

tokenType
ClientAccessTokenType

请求的令牌类型。

scope
String

请求的客户端访问令牌的范围。 仅当参数的 tokenType 值为 ClientAccessTokenType.ScopedToken 时,此参数才适用。

适用于