lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.services.blocking
/
WebhookService
Webhook
Service
interface
WebhookService
Inheritors
WebhookServiceImpl
Members
Functions
unwrap
Link copied to clipboard
abstract
fun
unwrap
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)
:
JsonValue
verify
Signature
Link copied to clipboard
abstract
fun
verifySignature
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)