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

## BackChannelAuthenticationStatus Enum

Represents the various states of a backchannel authentication request\.
This enumeration defines the possible statuses that an authentication request can have,
facilitating the management of the authentication process in Client\-Initiated Backchannel Authentication \(CIBA\)\.

```csharp
public enum BackChannelAuthenticationStatus
```
### Fields

###### `Pending` 0 {#Abblix.Oidc.Server.Features.BackChannelAuthentication.BackChannelAuthenticationStatus.Pending}

Indicates that the authentication request is pending and has not yet been processed\.

###### `Denied` 1 {#Abblix.Oidc.Server.Features.BackChannelAuthentication.BackChannelAuthenticationStatus.Denied}

Indicates that the authentication request has been denied, either by the user or the system\.

###### `Authenticated` 2 {#Abblix.Oidc.Server.Features.BackChannelAuthentication.BackChannelAuthenticationStatus.Authenticated}

Indicates that the authentication request has been successfully authenticated\.
