WebhookRequestValidator

Utility class to validate the signature of a webhook request.

Properties

Link copied to clipboard
public final static WebhookRequestValidator INSTANCE

Functions

Link copied to clipboard
public final static Boolean isRequestValid(String payload, String webhookSecret, String expectedSignature)

Validates the signature of a webhook request