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).
public static class BackChannelLogoutError.ParameterNamesInheritance System.Object → ParameterNames
Fields
BackChannelLogoutError.ParameterNames.Description Field
The human-readable description member.
public const string Description = "error_description";Field Value
BackChannelLogoutError.ParameterNames.Error Field
The error code member.
public const string Error = "error";