#### [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').[BackChannelAuthenticationSuccess](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model.BackChannelAuthenticationSuccess 'Abblix\.Oidc\.Server\.Model\.BackChannelAuthenticationSuccess')

## BackChannelAuthenticationSuccess\.Parameters Class

Contains constants representing the parameter names used in the backchannel authentication response\.
These are included in the JSON response to the client to ensure the correct values are returned\.

```csharp
public static class BackChannelAuthenticationSuccess.Parameters
```

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

## BackChannelAuthenticationSuccess\.Parameters\.AuthenticationRequestId Field {#Abblix.Oidc.Server.Model.BackChannelAuthenticationSuccess.Parameters.AuthenticationRequestId}

The `auth_req_id` response parameter identifying the backchannel authentication
            request \(CIBA Core §7\.3\)\.

```csharp
public const string AuthenticationRequestId = "auth_req_id";
```

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

## BackChannelAuthenticationSuccess\.Parameters\.ExpiresIn Field {#Abblix.Oidc.Server.Model.BackChannelAuthenticationSuccess.Parameters.ExpiresIn}

The `expires_in` response parameter giving the lifetime of the request, in
            seconds\.

```csharp
public const string ExpiresIn = "expires_in";
```

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

## BackChannelAuthenticationSuccess\.Parameters\.Interval Field {#Abblix.Oidc.Server.Model.BackChannelAuthenticationSuccess.Parameters.Interval}

The `interval` response parameter giving the minimum polling interval the client
            should observe, in seconds\.

```csharp
public const string Interval = "interval";
```

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