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.

7 lines (6 loc) 238 B
export { PSD2 } from './PSD2.mjs'; export { Verification } from './Verification.mjs'; import '../types/PSD2Parameters.mjs'; import '../types/VerificationParams.mjs'; import '../enums/VerifyLanguages.mjs'; import '../enums/Workflows.mjs';