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