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

Support issued credentials in the form of String and/or Json Object #320

Open babisRoutis opened 2 weeks ago

babisRoutis commented 2 weeks ago

In the credential response (or in the deferred response), one or more credentials can be returned.

In VCI , draft 13 & draft14, it states:

credential : It MAY be a string or an object, depending on the Credential Format.

Currently library supports only the string option.