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
/
WebhookServiceAsyncImpl
Webhook
Service
Async
Impl
class
WebhookServiceAsyncImpl
(
clientOptions
:
ClientOptions
)
:
WebhookServiceAsync
Members
Constructors
Webhook
Service
Async
Impl
Link copied to clipboard
constructor
(
clientOptions
:
ClientOptions
)
Functions
unwrap
Link copied to clipboard
open
suspend override
fun
unwrap
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)
:
JsonValue
verify
Signature
Link copied to clipboard
open
suspend override
fun
verifySignature
(
payload
:
String
,
headers
:
Headers
,
secret
:
String
?
)