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.

18 lines 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchCheckStatus = void 0; /** * Enum representing the status of a verification check during Verify search. */ var SearchCheckStatus; (function (SearchCheckStatus) { /** * The verification check is invalid. */ SearchCheckStatus["INVALID"] = "INVALID"; /** * The verification check is valid. */ SearchCheckStatus["VALID"] = "VALID"; })(SearchCheckStatus || (exports.SearchCheckStatus = SearchCheckStatus = {})); //# sourceMappingURL=SearchCheckStatus.js.map