Zoominfo API Auth Java Client


License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.zoominfo
ArtifactId

ArtifactId

api-auth-java-client
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Zoominfo API Auth Java Client
Zoominfo API Auth Java Client
Project URL

Project URL

https://github.com/Zoominfo/api-auth-java-client
Project Organization

Project Organization

Zoominfo
Source Code Management

Source Code Management

https://github.com/Zoominfo/api-auth-java-client/tree/master

Download api-auth-java-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.zoominfo/api-auth-java-client/ -->
<dependency>
    <groupId>com.zoominfo</groupId>
    <artifactId>api-auth-java-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zoominfo/api-auth-java-client/
implementation 'com.zoominfo:api-auth-java-client:1.0'
// https://jarcasting.com/artifacts/com.zoominfo/api-auth-java-client/
implementation ("com.zoominfo:api-auth-java-client:1.0")
'com.zoominfo:api-auth-java-client:jar:1.0'
<dependency org="com.zoominfo" name="api-auth-java-client" rev="1.0">
  <artifact name="api-auth-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zoominfo', module='api-auth-java-client', version='1.0')
)
libraryDependencies += "com.zoominfo" % "api-auth-java-client" % "1.0"
[com.zoominfo/api-auth-java-client "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.auth0 : java-jwt jar 3.8.3
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.4
org.springframework : spring-web jar 5.2.5.RELEASE

Project Modules

There are no modules declared in this project.

Zoominfo API Auth Java Client

Maven Dependency

<dependency>
    <groupId>com.zoominfo</groupId>
    <artifactId>api-auth-java-client</artifactId>
    <version>1.0</version>
</dependency>

Get access token using client id and private key

AuthClient authClient = new AuthClient("username", "clientId", "privateKey");
String accessToken = authClient.getAccessToken();

Get access token using username and password

AuthClient authClient = new AuthClient("username", "password");
String accessToken = authClient.getAccessToken();
com.zoominfo

Zoom Information, Inc

ZoomInfo is a business-to-business data platform utilized by Go-To-Market teams, recruiters, and other business professionals

Versions

Version
1.0