Skip to main content

BackChannelPingNotificationRequest Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model

BackChannelPingNotificationRequest Class

Represents the notification payload sent to the client in ping mode.

public sealed record BackChannelPingNotificationRequest : Abblix.Oidc.Server.Features.BackChannelAuthentication.Interfaces.IBackChannelNotificationRequest, System.IEquatable<Abblix.Oidc.Server.Model.BackChannelPingNotificationRequest>

Inheritance System.Object → BackChannelPingNotificationRequest

Implements IBackChannelNotificationRequest, System.IEquatable<BackChannelPingNotificationRequest>

Properties

BackChannelPingNotificationRequest.AuthenticationRequestId Property

The authentication request identifier that is ready for token retrieval.

public string AuthenticationRequestId { get; init; }

Implements AuthenticationRequestId

Property Value

System.String