@hookflo/tern
Version:
A robust, scalable webhook verification framework supporting multiple platforms and signature algorithms
9 lines (8 loc) • 496 B
TypeScript
export declare function examplePlatformSpecific(): Promise<void>;
export declare function exampleCustomSignature(): Promise<void>;
export declare function exampleSimplifiedPlatform(): Promise<void>;
export declare function exampleTokenBased(): Promise<void>;
export declare function exampleErrorHandling(): Promise<void>;
export declare function examplePlatformInfo(): void;
export declare function exampleRealWorldUsage(): Promise<void>;
export declare function runAllExamples(): Promise<void>;