http4k-webhook
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-webhook
http4k-webhook
/
org.http4k.webhook.signing
/
WebhookSignatureVerifier
Webhook
Signature
Verifier
fun
interface
WebhookSignatureVerifier
(
source
)
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
id
:
WebhookId
,
timestamp
:
WebhookTimestamp
,
signature
:
WebhookSignature
,
body
:
Body
)
:
Boolean