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.

45 lines (44 loc) 2.95 kB
export { Verify } from './verify.mjs'; export { PSD2 } from './classes/PSD2.mjs'; export { Verification } from './classes/Verification.mjs'; export { CheckStatus } from './enums/CheckStatus.mjs'; export { Command } from './enums/Command.mjs'; export { SearchCheckStatus } from './enums/SearchCheckStatus.mjs'; export { SearchEventTypes } from './enums/SearchEventTypes.mjs'; export { SearchStatus } from './enums/SearchStatus.mjs'; export { VerifyLanguages } from './enums/VerifyLanguages.mjs'; export { VerifyWorkflows } from './enums/Workflows.mjs'; export { PSD2Parameters } from './types/PSD2Parameters.mjs'; export { PSD2Request } from './types/PSD2Request.mjs'; export { CheckInformation } from './types/Response/CheckInformation.mjs'; export { EventInformation } from './types/Response/EventInformation.mjs'; export { VerifyPDS2Response } from './types/Response/PSD2RequestResponse.mjs'; export { SearchCheckInformationResponse } from './types/Response/SearchCheckInformationResponse.mjs'; export { SearchEventInformationResponse } from './types/Response/SearchEventInformationResponse.mjs'; export { UblockRequestResponse } from './types/Response/UnblockRequestResponse.mjs'; export { VerifyCancelResponse } from './types/Response/VerifyCancelResponse.mjs'; export { VerifyRequestError } from './types/Response/VerifyCheckError.mjs'; export { VerifyCheckErrorResponse } from './types/Response/VerifyCheckErrorResponse.mjs'; export { VerifyCheckResponse } from './types/Response/VerifyCheckResponse.mjs'; export { VerifyControlErrorResponse } from './types/Response/VerifyControlError.mjs'; export { VerifyControlResponse } from './types/Response/VerifyControlResponse.mjs'; export { VerifyRequestErrorResponse } from './types/Response/VerifyRequestError.mjs'; export { VerifyRequestResponse } from './types/Response/VerifyRequestResponse.mjs'; export { VerifyResponse } from './types/Response/VerifyResponse.mjs'; export { VerifySearchErrorResponse } from './types/Response/VerifySearchErrorResponse.mjs'; export { VerifySearchResponse } from './types/Response/VerifySearchResponse.mjs'; export { VerificationParameters } from './types/VerificationParams.mjs'; export { VerificationRequest } from './types/VerificationRequest.mjs'; export { VerifyCheck } from './types/VerifyCheck.mjs'; export { VerifyCheckError } from './types/VerifyCheckError.mjs'; export { VerifyClassParameters } from './types/VerifyClassParameters.mjs'; export { VerifyControl } from './types/VerifyControl.mjs'; export { VerifyControlError } from './types/VerifyControlError.mjs'; export { VerifyError } from './types/VerifyError.mjs'; export { VerifyRequest } from './types/VerifyRequest.mjs'; export { VerifySearch } from './types/VerifySearch.mjs'; export { VerifySearchCheck } from './types/VerifySearchCheck.mjs'; export { VerifySearchError } from './types/VerifySearchError.mjs'; import '@vonage/server-client'; import '@vonage/auth'; import '@vonage/vetch';