ExchangeServiceGetClientAccessToken(IEnumerableKeyValuePairString, ClientAccessTokenType) - метод

GetClientAccessToken

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<GetClientAccessTokenResponse>> GetClientAccessToken(
	IEnumerable<KeyValuePair<string, ClientAccessTokenType>> idAndTypes
)

Параметры

idAndTypes  IEnumerableKeyValuePairString, ClientAccessTokenType
Id and Types

Возвращаемое значение

TaskServiceResponseCollectionGetClientAccessTokenResponse
A ServiceResponseCollection providing token results for each of the specified id and types.

См. также