TokensWebProxyRevokeTokenAsync - метод

Revokes access token by its tokenHash.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public Task RevokeTokenAsync(
	byte[] tokenHash,
	CancellationToken cancellationToken = default
)

Параметры

tokenHash  Byte
The hash of the access token to be revoked.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

Task
A Task representing the asynchronous operation.

См. также