UNPKG

onetime-sdk

Version:

A secure SDK for sending and verifying OTPs via email and SMS.

6 lines (5 loc) 189 B
export declare function storeOTP(identifier: string, otp: string): void; export declare function verifyOTP(identifier: string, otp: string): { success: boolean; message: string; };