Class PresentationRequest.ByReference
Request delivered by reference: the wallet fetches the signed JAR from RequestUri. The hosting layer must serve SignedRequestObject at that URL until ExpiresAt.
public sealed record PresentationRequest.ByReference : PresentationRequest, IEquatable<PresentationRequest>, IEquatable<PresentationRequest.ByReference>
- Inheritance
-
PresentationRequest.ByReference
- Implements
- Inherited Members
Properties
RequestUri
HTTPS URL where the wallet fetches the signed JAR (OpenID4VP request_uri).
public required Uri RequestUri { get; init; }