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.async
/
WebhookServiceAsync
Webhook
Service
Async
interface
WebhookServiceAsync
Inheritors
WebhookServiceAsyncImpl
Members
Functions
unwrap
Link copied to clipboard
abstract
suspend
fun
unwrap
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)
:
JsonValue
verify
Signature
Link copied to clipboard
abstract
suspend
fun
verifySignature
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)