@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.
18 lines • 724 B
TypeScript
export * from './CheckInformation';
export * from './EventInformation';
export * from './PSD2RequestResponse';
export * from './SearchCheckInformationResponse';
export * from './SearchEventInformationResponse';
export * from './UnblockRequestResponse';
export * from './VerifyCancelResponse';
export * from './VerifyCheckError';
export * from './VerifyCheckErrorResponse';
export * from './VerifyCheckResponse';
export * from './VerifyControlError';
export * from './VerifyControlResponse';
export * from './VerifyRequestError';
export * from './VerifyRequestResponse';
export * from './VerifyResponse';
export * from './VerifySearchErrorResponse';
export * from './VerifySearchResponse';
//# sourceMappingURL=index.d.ts.map