authenticate_webhook_payload

Function authenticate_webhook_payload 

Source
pub(crate) async fn authenticate_webhook_payload(
    headers_jsonb: JsonbVal,
    payload: &[u8],
    webhook_source_info: &WebhookSourceInfo,
) -> Result<(), WebhookError>