is not current version
Last Version 1.1.1

com.scalepoint:oauth-token-client 1.0

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.0
Type

Type

jar

Download oauth-token-client 1.0


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