Validate a cloud-center-event-signature against your appSecret.
The cloud-center-event-signature should be validated for every cloud-center-event. Refer to the d.velop cloud center API for more information.
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 <a href="../classes/app_router.InvalidRequestSignatureError.html">InvalidRequestSignatureError</a> 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.
Generated using TypeDoc
@dvelop-sdk/app-router
This package contains functionality for the App-Router in the d.velop cloud.
Explore the docs » Install via npm » Check us out on GitHub »