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
14 stars 5 forks source link

Accessing credential offer via `Issuer` #216

Closed babisRoutis closed 2 months ago

babisRoutis commented 2 months ago

When instantiating Issuer using a deep link representing a credential offer, caller has no access to the resolved credential offer.

A solution would be to make the resolved credential offer accessible from the Issuer