Releases: eu-digital-identity-wallet/eudi-lib-ios-wallet-kit
Releases · eu-digital-identity-wallet/eudi-lib-ios-wallet-kit
Support Pre-Authorized Code Flow
The flow is supported by existing methods:
1 - An issue offer url is scanned. The following method is called: public func resolveOfferUrlDocTypes(uriOffer: String, format: DataFormat = .cbor, useSecureEnclave: Bool = true) async throws -> OfferedIssueModel
(Breaking change, the return value type is OfferedIssueModel instead of [OfferedDocModel])
2 - If OfferedIssueModel.isTxCodeRequired is true, the call to issueDocumentsByOfferUrl must include the transaction code (parameter txCodeValue).
- Note: for the clientId value the
EudiWallet/openID4VciClientIdis used.
Update eudi-lib-ios-openid4vci-swift dependency to version 0.1.5
- Update eudi-lib-ios-openid4vci-swift dependency to version 0.1.5
- Fixes iOS16 offer url parsing issue
new PID docType
EuPidModel updated with new PID docType
Openid4VP fixes and updates
- Update eudi-lib-ios-siop-openid4vp-swift to version 0.1.1
- Fix openid4vp certificate chain verification (PresentationSession's
readerCertIssuerValidandreaderCertIssuerproperties) - Add
readerLegalNameproperty to PresentationSession