Skip to content

Commit

Permalink
new SD-JWT PID vct
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras committed Jan 9, 2025
1 parent 7f38999 commit f415ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/logic-core/Sources/Model/DocumentIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public enum DocumentTypeIdentifier: RawRepresentable, Equatable, Sendable {

private extension DocumentTypeIdentifier {
static let mDocPidDocType = "eu.europa.ec.eudi.pid.1"
static let sdJwtPidDocType = "urn:eu:europa:ec:eudi:pid:1"
static let sdJwtPidDocType = "urn:eu.europa.ec.eudi:pid:1"
static let mDocPseudonymDocType = "eu.europa.ec.eudi.pseudonym.age_over_18.1"
}

0 comments on commit f415ced

Please sign in to comment.