Beignet API reference
    Preparing search index...

    Interface WebhookVerifier<TEvent>

    Verifies an inbound webhook and converts it into a provider-neutral event.

    interface WebhookVerifier<TEvent extends WebhookEvent = WebhookEvent> {
        verify(input: VerifyWebhookInput): Promise<TEvent>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index