UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

3 lines (2 loc) 162 B
import { SecretKeyStore, SignatureValidator } from "../model/webhooks"; export declare function newSignatureValidator(store: SecretKeyStore): SignatureValidator;