Saltar al contenido
Abblix
Esta página aún no está traducida.

BackChannelPingNotificationRequest Class

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

C#
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.

C#
public string AuthenticationRequestId { get; init; }

Implements AuthenticationRequestId

Property Value

System.String