Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
VerifyWebhookSignatureResults |
WebhookControllerApi.verifyWebhookSignature(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions)
Verify a webhook payload signature
Verify a webhook payload using the messageId and signature.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<VerifyWebhookSignatureResults> |
WebhookControllerApi.verifyWebhookSignatureWithHttpInfo(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions)
Verify a webhook payload signature
Verify a webhook payload using the messageId and signature.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.verifyWebhookSignatureAsync(VerifyWebhookSignatureOptions verifyWebhookSignatureOptions,
ApiCallback<VerifyWebhookSignatureResults> _callback)
Verify a webhook payload signature (asynchronously)
Verify a webhook payload using the messageId and signature.
|
Modifier and Type | Method and Description |
---|---|
static VerifyWebhookSignatureResults |
VerifyWebhookSignatureResults.fromJson(String jsonString)
Create an instance of VerifyWebhookSignatureResults given an JSON string
|
VerifyWebhookSignatureResults |
VerifyWebhookSignatureResults.isValid(Boolean isValid) |
Copyright © 2023. All rights reserved.