Skip to content

Commit

Permalink
feat(ssi-types): add kid to cnf
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 11, 2024
1 parent 90fca16 commit 0fb3886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssi-types/src/types/sd-jwt-vc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface SdJwtDecodedVerifiableCredentialPayload {
exp?: number
cnf?: {
jwk?: any
// TODO: add other cnf properties
kid?: string
}
status?: {
idx: number
Expand Down

0 comments on commit 0fb3886

Please sign in to comment.