@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.
18 lines • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchEventTypes = void 0;
/**
* Enum representing the types of events that can occur during Verify search.
*/
var SearchEventTypes;
(function (SearchEventTypes) {
/**
* Text-to-Speech event.
*/
SearchEventTypes["TTS"] = "TTS";
/**
* Short Message Service (SMS) event.
*/
SearchEventTypes["SMS"] = "SMS";
})(SearchEventTypes || (exports.SearchEventTypes = SearchEventTypes = {}));
//# sourceMappingURL=SearchEventTypes.js.map