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.

11 lines (9 loc) 222 B
// lib/enums/Command.ts var Command = /* @__PURE__ */ ((Command2) => { Command2["CANCEL"] = "cancel"; Command2["TRIGGER_NEXT_EVENT"] = "trigger_next_event"; return Command2; })(Command || {}); export { Command };