@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.
23 lines (22 loc) • 1.35 kB
TypeScript
export { CheckInformation } from './CheckInformation.js';
export { EventInformation } from './EventInformation.js';
export { VerifyPDS2Response } from './PSD2RequestResponse.js';
export { SearchCheckInformationResponse } from './SearchCheckInformationResponse.js';
export { SearchEventInformationResponse } from './SearchEventInformationResponse.js';
export { UblockRequestResponse } from './UnblockRequestResponse.js';
export { VerifyCancelResponse } from './VerifyCancelResponse.js';
export { VerifyRequestError } from './VerifyCheckError.js';
export { VerifyCheckErrorResponse } from './VerifyCheckErrorResponse.js';
export { VerifyCheckResponse } from './VerifyCheckResponse.js';
export { VerifyControlErrorResponse } from './VerifyControlError.js';
export { VerifyControlResponse } from './VerifyControlResponse.js';
export { VerifyRequestErrorResponse } from './VerifyRequestError.js';
export { VerifyRequestResponse } from './VerifyRequestResponse.js';
export { VerifyResponse } from './VerifyResponse.js';
export { VerifySearchErrorResponse } from './VerifySearchErrorResponse.js';
export { VerifySearchResponse } from './VerifySearchResponse.js';
import '../../enums/SearchCheckStatus.js';
import '../../enums/SearchEventTypes.js';
import '../../enums/Command.js';
import '../../enums/CheckStatus.js';
import '../../enums/SearchStatus.js';