-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Right now, we have the following empty objects in the test suite:
const CANONICAL_REQUEST_OBJECTS = {
openid4vci: {
/* Canonical object coming soon */
},
"openid4vp-v1-unsigned": {
/* Canonical object coming soon */
},
"openid4vp-v1-signed": {
/* Canonical object coming soon */
},
"openid4vp-v1-multisigned": {
/* Canonical object coming soon */
},
/** @type MobileDocumentRequest **/
"org-iso-mdoc": {
deviceRequest: "omd2ZXJza....",
encryptionInfo: "gmVk...",
},
};It would be amazing if someone from the OpenID community could provide some canonical objects that could be used for testing (as we only have canonical ones for mDoc).
And also the TypeScript definitions.
Metadata
Metadata
Assignees
Labels
No labels