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.

10 lines (7 loc) 232 B
import { VerifyControlResponse } from './Response/VerifyControlResponse.mjs'; import '../enums/Command.mjs'; /** * Represents the VerifyControl type. */ type VerifyControl = VerifyControlResponse; export type { VerifyControl };