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) 232 B
export { PSD2 } from './PSD2.js'; export { Verification } from './Verification.js'; import '../types/PSD2Parameters.js'; import '../types/VerificationParams.js'; import '../enums/VerifyLanguages.js'; import '../enums/Workflows.js';