#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Model](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model 'Abblix\.Oidc\.Server\.Model')

## BackChannelAuthenticationForbidden Class

Represents a forbidden response for a backchannel authentication request\.
This response typically indicates that the client is authenticated but does not have permission
to perform the requested operation\.

```csharp
public record BackChannelAuthenticationForbidden : Abblix.Oidc.Server.Common.OidcError, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden>
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [OidcError](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.OidcError 'Abblix\.Oidc\.Server\.Common\.OidcError') → BackChannelAuthenticationForbidden

Implements [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[BackChannelAuthenticationForbidden](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden 'Abblix\.Oidc\.Server\.Model\.BackChannelAuthenticationForbidden')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')
### Constructors

## BackChannelAuthenticationForbidden\(string, string\) Constructor {#Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden.BackChannelAuthenticationForbidden(string,string)}

Represents a forbidden response for a backchannel authentication request\.
This response typically indicates that the client is authenticated but does not have permission
to perform the requested operation\.

```csharp
public BackChannelAuthenticationForbidden(string Error, string ErrorDescription);
```
#### Parameters

###### `Error` [System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String') {#Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden.BackChannelAuthenticationForbidden(string,string).Error}

The error code that identifies the type of failure\.

###### `ErrorDescription` [System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String') {#Abblix.Oidc.Server.Model.BackChannelAuthenticationForbidden.BackChannelAuthenticationForbidden(string,string).ErrorDescription}

A human\-readable description of the error, providing more details about the failure\.
