Skip to content

Abblix.SecurityEvents.BackChannelLogout.BackChannelLogoutError

BackChannelLogoutError.ParameterNames Class

The wire names of the error members (RFC 6749 Section 5.2, by the reference in OpenID Connect Back-Channel Logout 1.0 Section 2.8).

C#
public static class BackChannelLogoutError.ParameterNames

Inheritance System.Object → ParameterNames

Fields

BackChannelLogoutError.ParameterNames.Description Field

The human-readable description member.

C#
public const string Description = "error_description";

Field Value

System.String

BackChannelLogoutError.ParameterNames.Error Field

The error code member.

C#
public const string Error = "error";

Field Value

System.String