
com.lithic.api.services.async.WebhookServiceAsync.kt Maven / Gradle / Ivy
// File generated from our OpenAPI spec by Stainless.
@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102
package com.lithic.api.services.async
import com.google.common.collect.ListMultimap
import com.lithic.api.core.JsonValue
interface WebhookServiceAsync {
fun unwrap(payload: String, headers: ListMultimap, secret: String?): JsonValue
fun verifySignature(payload: String, headers: ListMultimap, secret: String?)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy