OAuthDefaultHandler<TOptions>.ShouldHandleRequestAsync - метод

Gets a value that determines if the current authentication request should be handled by HandleRequestAsync().

Definition

Пространство имён: Tessa.Web.Client.OAuth
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.5
C#
public override Task<bool> ShouldHandleRequestAsync()

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

Task<Boolean>
true to handle the operation, otherwise false.

См. также