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.

6 lines 192 B
import { VerifyControlResponse } from './Response'; /** * Represents the VerifyControl type. */ export type VerifyControl = VerifyControlResponse; //# sourceMappingURL=VerifyControl.d.ts.map