#### [Abblix\.SecurityEvents](https://www.abblix.com/en/docs/api/abblix-securityevents 'index')
### [Abblix\.SecurityEvents\.BackChannelLogout](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.BackChannelLogout 'Abblix\.SecurityEvents\.BackChannelLogout').[BackChannelLogoutError](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.BackChannelLogout.BackChannelLogoutError '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\)\.

```csharp
public static class BackChannelLogoutError.ParameterNames
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ParameterNames
### Fields

## BackChannelLogoutError\.ParameterNames\.Description Field {#Abblix.SecurityEvents.BackChannelLogout.BackChannelLogoutError.ParameterNames.Description}

The human\-readable description member\.

```csharp
public const string Description = "error_description";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## BackChannelLogoutError\.ParameterNames\.Error Field {#Abblix.SecurityEvents.BackChannelLogout.BackChannelLogoutError.ParameterNames.Error}

The error code member\.

```csharp
public const string Error = "error";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
