eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
18 stars 8 forks source link

Improve package/code structure #213

Closed babisRoutis closed 5 months ago

babisRoutis commented 5 months ago

HTTP clients for OAUTH2 & Credential Issuer use transfer objects - representing requests / responses. Some of those transfer objects are in .internal.format package whereas others are in .internal

We need to improve this and in particular put all related transfer object into the same package