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.

41 lines (40 loc) 2.43 kB
export { PSD2Parameters } from './PSD2Parameters.mjs'; export { PSD2Request } from './PSD2Request.mjs'; export { CheckInformation } from './Response/CheckInformation.mjs'; export { EventInformation } from './Response/EventInformation.mjs'; export { VerifyPDS2Response } from './Response/PSD2RequestResponse.mjs'; export { SearchCheckInformationResponse } from './Response/SearchCheckInformationResponse.mjs'; export { SearchEventInformationResponse } from './Response/SearchEventInformationResponse.mjs'; export { UblockRequestResponse } from './Response/UnblockRequestResponse.mjs'; export { VerifyCancelResponse } from './Response/VerifyCancelResponse.mjs'; export { VerifyRequestError } from './Response/VerifyCheckError.mjs'; export { VerifyCheckErrorResponse } from './Response/VerifyCheckErrorResponse.mjs'; export { VerifyCheckResponse } from './Response/VerifyCheckResponse.mjs'; export { VerifyControlErrorResponse } from './Response/VerifyControlError.mjs'; export { VerifyControlResponse } from './Response/VerifyControlResponse.mjs'; export { VerifyRequestErrorResponse } from './Response/VerifyRequestError.mjs'; export { VerifyRequestResponse } from './Response/VerifyRequestResponse.mjs'; export { VerifyResponse } from './Response/VerifyResponse.mjs'; export { VerifySearchErrorResponse } from './Response/VerifySearchErrorResponse.mjs'; export { VerifySearchResponse } from './Response/VerifySearchResponse.mjs'; export { VerificationParameters } from './VerificationParams.mjs'; export { VerificationRequest } from './VerificationRequest.mjs'; export { VerifyCheck } from './VerifyCheck.mjs'; export { VerifyCheckError } from './VerifyCheckError.mjs'; export { VerifyClassParameters } from './VerifyClassParameters.mjs'; export { VerifyControl } from './VerifyControl.mjs'; export { VerifyControlError } from './VerifyControlError.mjs'; export { VerifyError } from './VerifyError.mjs'; export { VerifyRequest } from './VerifyRequest.mjs'; export { VerifySearch } from './VerifySearch.mjs'; export { VerifySearchCheck } from './VerifySearchCheck.mjs'; export { VerifySearchError } from './VerifySearchError.mjs'; import '../enums/SearchCheckStatus.mjs'; import '../enums/SearchEventTypes.mjs'; import '../enums/Command.mjs'; import '../enums/CheckStatus.mjs'; import '../enums/SearchStatus.mjs'; import '../enums/VerifyLanguages.mjs'; import '../enums/Workflows.mjs'; import '@vonage/auth'; import '@vonage/vetch';