ContentWebProxyGetTokenAsync - метод

Retrieves a content access token for the active user session.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Task<ContentTokenResponse> GetTokenAsync(
	ContentTokenRequest request,
	CancellationToken cancellationToken = default
)

Параметры

request  ContentTokenRequest
Storage for the base token request to obtain content.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskContentTokenResponse
Response on the token request for obtaining content.

См. также