Class AsiBackboneAcknowledgmentChallengeRequest
- Namespace
- AsiBackbone.AspNetCore.Handshakes
- Assembly
- AsiBackbone.AspNetCore.dll
Represents a host-submitted acknowledgment challenge response payload.
public sealed class AsiBackboneAcknowledgmentChallengeRequest
- Inheritance
-
AsiBackboneAcknowledgmentChallengeRequest
- Inherited Members
Properties
Acknowledged
Gets or sets a value indicating whether the actor accepted the acknowledgment challenge.
public bool Acknowledged { get; set; }
Property Value
AcknowledgmentCode
Gets or sets the acknowledgment code submitted by the actor.
public string? AcknowledgmentCode { get; set; }
Property Value
HandshakeId
Gets or sets the handshake identifier being acknowledged or rejected.
public string? HandshakeId { get; set; }
Property Value
Metadata
Gets or sets optional host-provided response metadata.
public IReadOnlyDictionary<string, string>? Metadata { get; set; }