Перейти к содержимому
Abblix
Эта страница ещё не переведена.

IBackChannelNotificationRequest Interface

Common shape of the JSON body the authorization server posts to the client's client_notification_endpoint in CIBA ping and push modes. The auth_req_id is always present; push payloads add the issued tokens.

C#
public interface IBackChannelNotificationRequest

Derived
BackChannelPingNotificationRequest
BackChannelPushNotificationRequest

Properties

IBackChannelNotificationRequest.AuthenticationRequestId Property

The auth_req_id the notification refers to, allowing the client to correlate the callback with the originating CIBA authentication request.

C#
string AuthenticationRequestId { get; init; }

Property Value

System.String