Validate a request-signature against your appSecret.
The requestSignature should be validated for every request when recieving calls from the d.velop cloud. Refer to the d.velop basics tenant header section for more information.
validateDvelopContext(process.env.APP_SECRET, { systemBaseUri: "https://header.example.com", tenantId: "a12be5", requestId: "Zjcf28p5aQ6amtbs6s9b9cPyBPdziwUslR2DZqaGUTQ=");@throws {@link InvalidRequestSignatureError} indicates that requestSignature was invalid for given appSecret. Copy
validateDvelopContext(process.env.APP_SECRET, { systemBaseUri: "https://header.example.com", tenantId: "a12be5", requestId: "Zjcf28p5aQ6amtbs6s9b9cPyBPdziwUslR2DZqaGUTQ=");@throws {@link InvalidRequestSignatureError} indicates that requestSignature was invalid for given appSecret.
Validate a request-signature against your appSecret.
The requestSignature should be validated for every request when recieving calls from the d.velop cloud. Refer to the d.velop basics tenant header section for more information.