Skip to content

Commit

Permalink
Add UserRequestInfo struct for storing user request information
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Sep 19, 2024
1 parent bcd28d9 commit 25a5219
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Sources/MdocDataTransfer18013/UserRequestInfo.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// UserRequestData.swift
//
// Created by ffeli on 20/09/2024.
// Copyright © 2024 EUDIW. All rights reserved.
//


public struct UserRequestInfo : Sendable {
public var validItemsRequested: RequestItems
public var errorItemsRequested: RequestItems?
public var readerAuthValidated: Bool?
public var readerCertificateIssuer: String?
public var readerCertificateValidationMessage: String?
public var readerLegalName: String?
}

0 comments on commit 25a5219

Please sign in to comment.