SamlControllerLoggedOutGet - метод

Method is used after session was closed, wherein SAML binding is deleted, cookies are appended with closure info, and redirect to the main page is performed.

Definition

Пространство имён: Tessa.Web.Client.Controllers
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
C#
[HttpGetAttribute("LoggedOut")]
public Task<IActionResult> LoggedOutGet(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskIActionResult
Redirect to a page.

См. также