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 334 B
/** * Enum representing the status of a verification check during Verify search. */ export declare enum SearchCheckStatus { /** * The verification check is invalid. */ INVALID = "INVALID", /** * The verification check is valid. */ VALID = "VALID" } //# sourceMappingURL=SearchCheckStatus.d.ts.map