adp-connection-node:ADP连接模块

时间:2024-06-12 14:33:18
【文件属性】:

文件名称:adp-connection-node:ADP连接模块

文件大小:31KB

文件格式:ZIP

更新时间:2024-06-12 14:33:18

JavaScript

ADP连接库 描述 ADP连接库包装了用于连接到ADP API网关的授权(oAuth 2.0)连接步骤。 先前版本支持 npm install adp-connection@1.1.1 安装 $ npm install adp-connection 用法 创建客户端凭据ADP连接 import adpConnection from 'adp-connection' ; const connectionOpts = { clientId : '1234567890' , clientSecret : 'ABC-DEF-GHI-JKL' , granttype : 'client_credentials' , sslCertPath : './certs/cert.pem' , sslKeyPath : './certs/cert.key' } ;


【文件预览】:
adp-connection-node-master
----.eslintrc(8KB)
----authorizationCodeExample.js(203B)
----config()
--------default.js(567B)
----index.js(196B)
----iatCerts()
--------apiclient_iat.key(2KB)
--------apiclient_iat.pem(2KB)
----docs()
--------README.md(7KB)
----package.json(912B)
----routes.js(2KB)
----test()
--------mocha.opts(25B)
--------lib()
--------coverage.html(4KB)
--------modules()
----server.js(500B)
----clientCredentialsExample.js(791B)
----ditCerts()
--------wfndev-api.pem(2KB)
--------wfndev-api.key(2KB)
----.gitignore(44B)
----web()
--------index.html(124B)
----lib()
--------readCerts.js(2KB)
--------clientCredentials.js(4KB)
--------debug.js(781B)
--------adpConnection.js(6KB)
--------authenticate.js(2KB)
--------authorizationCode.js(5KB)
----README.md(3KB)
----.eslintignore(31B)

网友评论