You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.5.8
Update eudi-lib-ios-openid4vci-swift to version 0.4.2
New EudiWallet property public var openID4VciConfig: OpenId4VCIConfig? to pass OpenID4VCI issuer parameters
Removed EudiWallet properties var openID4VciClientId and var openID4VciRedirectUri
New EudiWallet property public var modelFactory: (any MdocModelFactory.Type)? if the UI app wants to pass a model factory type to create custom stronly-typed models. See MdocModelFactory protocol for more details.