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) 278 B
// lib/enums/SearchCheckStatus.ts var SearchCheckStatus = /* @__PURE__ */ ((SearchCheckStatus2) => { SearchCheckStatus2["INVALID"] = "INVALID"; SearchCheckStatus2["VALID"] = "VALID"; return SearchCheckStatus2; })(SearchCheckStatus || {}); export { SearchCheckStatus };