@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
35 lines • 870 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VerifyPayloadDTO = void 0;
class VerifyPayloadDTO {
static getAttributeTypeMap() {
return VerifyPayloadDTO.attributeTypeMap;
}
constructor() {
}
}
exports.VerifyPayloadDTO = VerifyPayloadDTO;
VerifyPayloadDTO.discriminator = undefined;
VerifyPayloadDTO.mapping = undefined;
VerifyPayloadDTO.attributeTypeMap = [
{
"name": "keyName",
"baseName": "keyName",
"type": "string",
"format": ""
},
{
"name": "payload",
"baseName": "payload",
"type": "string",
"format": ""
},
{
"name": "signature",
"baseName": "signature",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=VerifyPayloadDTO.js.map
//# sourceMappingURL=VerifyPayloadDTO.js.map