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.

9 lines (6 loc) 223 B
import { VerifyRequestResponse } from './VerifyRequestResponse.js'; /** * Represents the response for a PSD2 verification request. */ type VerifyPDS2Response = VerifyRequestResponse; export type { VerifyPDS2Response };