ApiAccessTokenProviderTryGetTokensAsync - метод

Retrieves the collection of token data for specified filter any.

Definition

Пространство имён: Tessa.Tokens.Api
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Task<List<ApiAccessTokenDataBase>> TryGetTokensAsync(
	ApiAccessTokenViewFilter? filter,
	CancellationToken cancellationToken = default
)

Параметры

filter  NullableApiAccessTokenViewFilter
Represents an object with view request parameters for filtering API access tokens.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskListApiAccessTokenDataBase
The collection of ApiAccessTokenDataBase or empty if not found.

Реализации

IApiAccessTokenProviderTryGetTokensAsync(NullableApiAccessTokenViewFilter, CancellationToken)

См. также