Last Version

OAuth2 Token Endpoint Client 1.1.1

Client helper for OAuth 2.0 Token endpoint. Supports "Client Credentials" flow with "client_secret", RS256 JWT "client_assertion" and custom grants.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.scalepoint
ArtifactId

ArtifactId

oauth-token-client
Version

Version

1.1.1
Type

Type

jar
Description

Description

OAuth2 Token Endpoint Client
Client helper for OAuth 2.0 Token endpoint. Supports "Client Credentials" flow with "client_secret", RS256 JWT "client_assertion" and custom grants.
Project URL

Project URL

https://github.com/Scalepoint/oauth-token-java-client
Project Organization

Project Organization

Scalepoint Technologies Ltd.
Source Code Management

Source Code Management

https://github.com/Scalepoint/oauth-token-java-client.git

Download oauth-token-client 1.1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
io.jsonwebtoken : jjwt jar 0.6.0
com.fasterxml.jackson.core : jackson-databind jar 2.8.11.2
net.jodah : expiringmap jar 0.5.6

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.mock-server : mockserver-netty jar 3.10.4
org.apache.httpcomponents : httpclient jar 4.5.2

Project Modules

There are no modules declared in this project.