Package ai.extend.types
Interface WebhookEndpointCreate.SigningSecretStage
-
- All Known Implementing Classes:
WebhookEndpointCreate.Builder
- Enclosing class:
- WebhookEndpointCreate
public static interface WebhookEndpointCreate.SigningSecretStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpointCreate.CreatedAtStagesigningSecret(java.lang.String signingSecret)The signing secret used to verify webhook payloads.
-
-
-
Method Detail
-
signingSecret
WebhookEndpointCreate.CreatedAtStage signingSecret(@NotNull java.lang.String signingSecret)
The signing secret used to verify webhook payloads. This is only returned when creating the endpoint and cannot be retrieved again.
Store it securely — you will need it to verify webhook signatures.
-
-