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

## BackChannelAuthenticationStatus Enum

Status of a backchannel authentication request

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

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

Request is pending user action

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

User has denied the request

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

Request has been successfully authenticated
