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.

23 lines (22 loc) 1.37 kB
export { CheckInformation } from './CheckInformation.mjs'; export { EventInformation } from './EventInformation.mjs'; export { VerifyPDS2Response } from './PSD2RequestResponse.mjs'; export { SearchCheckInformationResponse } from './SearchCheckInformationResponse.mjs'; export { SearchEventInformationResponse } from './SearchEventInformationResponse.mjs'; export { UblockRequestResponse } from './UnblockRequestResponse.mjs'; export { VerifyCancelResponse } from './VerifyCancelResponse.mjs'; export { VerifyRequestError } from './VerifyCheckError.mjs'; export { VerifyCheckErrorResponse } from './VerifyCheckErrorResponse.mjs'; export { VerifyCheckResponse } from './VerifyCheckResponse.mjs'; export { VerifyControlErrorResponse } from './VerifyControlError.mjs'; export { VerifyControlResponse } from './VerifyControlResponse.mjs'; export { VerifyRequestErrorResponse } from './VerifyRequestError.mjs'; export { VerifyRequestResponse } from './VerifyRequestResponse.mjs'; export { VerifyResponse } from './VerifyResponse.mjs'; export { VerifySearchErrorResponse } from './VerifySearchErrorResponse.mjs'; export { VerifySearchResponse } from './VerifySearchResponse.mjs'; import '../../enums/SearchCheckStatus.mjs'; import '../../enums/SearchEventTypes.mjs'; import '../../enums/Command.mjs'; import '../../enums/CheckStatus.mjs'; import '../../enums/SearchStatus.mjs';