is not current version
Last Version 1.1.1

com.scalepoint:oauth-token-client 1.1

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.scalepoint
ArtifactId

ArtifactId

oauth-token-client
Version

Version

1.1
Type

Type

jar

Download oauth-token-client 1.1


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