node-authy-helper:Authy Verify API Helper for Node.JS

时间:2021-05-28 01:41:56
【文件属性】:
文件名称:node-authy-helper:Authy Verify API Helper for Node.JS
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-28 01:41:56
verify authy smsverify JavaScript Authy Verify API Helper for Node.JS 零依赖 安装 npm i authy-helper --save 用法 验证创建用户 const authy = require ( 'authy-helper' ) ( 'YOUR API KEY' ) ; var createSmsUserResult = await authy . createUser ( 'test@test.com' , '532999999' , '90' ) ; console . log ( createSmsUserResult . user . id ) // This is authyId of user 确认删除用户 const authy = require ( 'authy-helper' ) ( 'YOUR API KEY' ) ; var create
【文件预览】:
node-authy-helper-master
----.travis.yml(64B)
----config.js(88B)
----index.js(55B)
----package.json(492B)
----test()
--------appTests.js(513B)
--------smsTest.js(3KB)
--------pushTest.js(2KB)
----authy.js(6KB)
----.gitignore(81B)
----README.md(2KB)

网友评论