Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
feat: add support for vc+sd-jwt credential format
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Nov 14, 2023
1 parent 914b32a commit 08ae0c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ enum class CredentialFormat(val value: String) {
jwt_vp_json_ld("jwt_vp_json-ld"),
ldp_vp("ldp_vp"),
jwt_vc("jwt_vc"),
jwt_vp("jwt_vp");
jwt_vp("jwt_vp"),
sd_jwt_vc("vc+sd-jwt");

companion object {
fun fromValue(value: String): CredentialFormat? {
Expand Down

0 comments on commit 08ae0c8

Please sign in to comment.