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

## BackChannelPingNotificationRequest\.Parameters Class

Wire\-level parameter names for the CIBA ping\-mode notification payload
\(OpenID Connect CIBA Core 1\.0 §10\.2\)\.

```csharp
public static class BackChannelPingNotificationRequest.Parameters
```

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

## BackChannelPingNotificationRequest\.Parameters\.AuthReqId Field {#Abblix.Oidc.Server.Model.BackChannelPingNotificationRequest.Parameters.AuthReqId}

The `auth_req_id` notification parameter identifying the CIBA request that is
            now ready for token retrieval\.

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

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