{"library":"zoominfo-api-auth-client","type":"library","category":null,"description":"The `zoominfo-api-auth-client` package provides an official client for authenticating with the Zoominfo API. It simplifies the process of obtaining access tokens required to interact with Zoominfo's various data services. Currently at version 1.0.1, this library offers two primary authentication flows: PKI (Public Key Infrastructure) using a client ID and private key, and basic authentication using a username and password. Unlike generic HTTP clients, it specifically handles the intricacies of Zoominfo's token generation endpoints, abstracting away the underlying OAuth 2.0 or proprietary authentication mechanisms. Its release cadence is not explicitly stated, but being at a `1.x.x` version, it's expected to be stable. Key differentiators include its direct integration with Zoominfo's specific authentication methods, reducing boilerplate for developers needing to access Zoominfo data without implementing custom authentication logic.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install zoominfo-api-auth-client","imports":["const authClient = require('zoominfo-api-auth-client');","const authClient = require('zoominfo-api-auth-client');\nauthClient.getAccessTokenViaPKI('username', 'clientId', 'privateKey');","const authClient = require('zoominfo-api-auth-client');\nauthClient.getAccessTokenViaBasicAuth('username', 'password');"]},{"cmd":"yarn add zoominfo-api-auth-client","imports":[]},{"cmd":"pnpm add zoominfo-api-auth-client","imports":[]}],"homepage":"https://developer.zoominfo.com","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/zoominfo-api-auth-client","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/zoominfo-api-auth-client/compatibility"}}