pub fn verify_signature(
payload: &[u8],
signature_header: &str,
secret: &str,
) -> boolExpand description
Verify an HMAC-SHA256 webhook signature using constant-time comparison.
payload- raw request body bytessignature_header- value of theX-Signatureheader (hex-encoded HMAC)secret- shared secret from GHL Marketplace app settings