Skip to content

Commit 1282b50

Browse files
committed
Dc api validate origin (#473)
* DC-API: Validate origin Signed-off-by: Kevin <[email protected]> * DC-API: refactor Signed-off-by: Kevin <[email protected]> --------- Signed-off-by: Kevin <[email protected]>
1 parent eab55f1 commit 1282b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WalletFramework.Oid4Vc/Oid4Vp/DcApi/Models/DcApiRequestItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public record DcApiRequestItem
1717
/// <summary>
1818
/// Gets the data. Contains the actual DcApiRequest.
1919
/// </summary>
20-
public AuthorizationRequest Data { get; }
20+
public AuthorizationRequest Data { get; init; }
2121

2222
/// <summary>
2323
/// Gets the protocol. Specifies the protocol used for this request.

0 commit comments

Comments
 (0)