ClientAccessTokenRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 时,此参数才适用。