UNPKG

@vonage/verify

Version:

Verify API provides a choice of routes for sending a code to a user. You can use this to confirm a user's contact information, as a second factor when authenticating users, or for step-up authentication.

14 lines 309 B
/** * Enum representing the types of events that can occur during Verify search. */ export declare enum SearchEventTypes { /** * Text-to-Speech event. */ TTS = "TTS", /** * Short Message Service (SMS) event. */ SMS = "SMS" } //# sourceMappingURL=SearchEventTypes.d.ts.map