@vonage/verify2
TypeScript icon, indicating that this package has built-in type declarations

1.11.0 • Public • Published

Vonage Verify SDK for Node.js

GitHub Workflow Status Codecov Latest Release Contributor Covenant License

Vonage

This is the Vonage Verify (for version 2) SDK for Node.js for use with Vonage APIs. To use it you will need a Vonage account. Sign up for free at vonage.com.

For full API documentation refer to developer.vonage.com.

Installation

With NPM

npm install @vonage/verify2

With Yarn

yarn add @vonage/verify2

Usage

Unlike the other SDK's this package is not include in the Vonage Server SDK for Node.js

const { Auth } = require('@vonage/auth')
const { Verify2 } = require('@vonage/verify2')

const credentials = new Auth({
  applicationId: APP_ID,
  privateKey: PRIAVTE_KEY,
})
const options = {}
const verifyClient = new Verify2(credentials, options)

Where credentials is any option from @vonage/auth, and options is any option from @vonage/server-client

Promises

Most methods that interact with the Vonage API uses Promises. You can either resolve these yourself, or use await to wait for a response.

const resp = await verifyClient.checkCode(VERIFY_REQUEST_ID, CODE)

vonage.verify2
  .checkCode(VERIFY_REQUEST_ID, CODE)
  .then((resp) => console.log(resp))
  .catch((err) => console.error(err))

Testing

Run:

npm run test

/@vonage/verify2/

    Package Sidebar

    Install

    npm i @vonage/verify2

    Weekly Downloads

    27,442

    Version

    1.11.0

    License

    Apache-2.0

    Unpacked Size

    34.7 kB

    Total Files

    56

    Last publish

    Collaborators

    • mprabhu1
    • gpojula
    • omrizilber
    • elimenko.vonage
    • thealmoggvonage
    • saurabh.vonage
    • aviadhouri.va
    • daniel-sapir
    • llihovodov
    • tabdullah
    • jmoramunoz2
    • sailusha
    • hilakl
    • leppelin
    • molszewski_v
    • twilliams253
    • abolles
    • lallen2
    • yonatan.kra
    • jtiet
    • kpaxian
    • vonage-frontier
    • vonage_client_media_processing
    • or.cpc
    • jeffswartz
    • rhainer
    • deliajolt
    • liranbin
    • javiermolsanz
    • v-kpheng
    • vgai-dev
    • web-il
    • iceberg-team
    • yinon
    • unified_portal
    • vreporter-npm
    • vbcbe
    • voxip_team
    • yuri.guller
    • idanvon
    • nexmo-devrel
    • vvd
    • vonagemeetings
    • vonage-jenkins
    • maikthomas
    • arivonage