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.39 kB
export { PSD2Parameters } from './PSD2Parameters.js'; export { PSD2Request } from './PSD2Request.js'; export { CheckInformation } from './Response/CheckInformation.js'; export { EventInformation } from './Response/EventInformation.js'; export { VerifyPDS2Response } from './Response/PSD2RequestResponse.js'; export { SearchCheckInformationResponse } from './Response/SearchCheckInformationResponse.js'; export { SearchEventInformationResponse } from './Response/SearchEventInformationResponse.js'; export { UblockRequestResponse } from './Response/UnblockRequestResponse.js'; export { VerifyCancelResponse } from './Response/VerifyCancelResponse.js'; export { VerifyRequestError } from './Response/VerifyCheckError.js'; export { VerifyCheckErrorResponse } from './Response/VerifyCheckErrorResponse.js'; export { VerifyCheckResponse } from './Response/VerifyCheckResponse.js'; export { VerifyControlErrorResponse } from './Response/VerifyControlError.js'; export { VerifyControlResponse } from './Response/VerifyControlResponse.js'; export { VerifyRequestErrorResponse } from './Response/VerifyRequestError.js'; export { VerifyRequestResponse } from './Response/VerifyRequestResponse.js'; export { VerifyResponse } from './Response/VerifyResponse.js'; export { VerifySearchErrorResponse } from './Response/VerifySearchErrorResponse.js'; export { VerifySearchResponse } from './Response/VerifySearchResponse.js'; export { VerificationParameters } from './VerificationParams.js'; export { VerificationRequest } from './VerificationRequest.js'; export { VerifyCheck } from './VerifyCheck.js'; export { VerifyCheckError } from './VerifyCheckError.js'; export { VerifyClassParameters } from './VerifyClassParameters.js'; export { VerifyControl } from './VerifyControl.js'; export { VerifyControlError } from './VerifyControlError.js'; export { VerifyError } from './VerifyError.js'; export { VerifyRequest } from './VerifyRequest.js'; export { VerifySearch } from './VerifySearch.js'; export { VerifySearchCheck } from './VerifySearchCheck.js'; export { VerifySearchError } from './VerifySearchError.js'; import '../enums/SearchCheckStatus.js'; import '../enums/SearchEventTypes.js'; import '../enums/Command.js'; import '../enums/CheckStatus.js'; import '../enums/SearchStatus.js'; import '../enums/VerifyLanguages.js'; import '../enums/Workflows.js'; import '@vonage/auth'; import '@vonage/vetch';