OAuthControllerRemoteFailure - метод

Get access denied error screen to use in conjunction with OAuth authentication.

Definition

Пространство имён: Tessa.Web.Client.Controllers
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
C#
[HttpGetAttribute("remote-failure")]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
public IActionResult RemoteFailure(
	[FromQueryAttribute] string exception,
	[FromQueryAttribute] string? error,
	[FromQueryAttribute] string? errorUri,
	[FromQueryAttribute] string? errorDescription
)

Параметры

exception  String
A human-readable error message.
error  String
Optional single ASCII [USASCII] error code.
errorUri  String
Optional URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
errorDescription  String
Optional human-readable ASCII [USASCII] text providing additional information, used to assist the client developer in understanding the error that occurred.

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

IActionResult
Access denied error screen.

См. также