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 168 B
import { PSD2Parameters } from '.'; /** * @deprecated please use PSD2Parameters */ export type PSD2Request = PSD2Parameters; //# sourceMappingURL=PSD2Request.d.ts.map