jar

com.scalepoint : oauth-token-client

Maven & Gradle

Oct 17, 2018
4 stars

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.

Table Of Contents

Latest Version

Download com.scalepoint : oauth-token-client JAR file - Latest Versions:

All Versions

Download com.scalepoint : oauth-token-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window oauth-token-client-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.scalepoint.oauth_token_client

├─ com.scalepoint.oauth_token_client.CertificateUtil.class - [JAR]

├─ com.scalepoint.oauth_token_client.CertificateWithPrivateKey.class - [JAR]

├─ com.scalepoint.oauth_token_client.ClientAssertionJwtFactory.class - [JAR]

├─ com.scalepoint.oauth_token_client.ClientCredentials.class - [JAR]

├─ com.scalepoint.oauth_token_client.ClientCredentialsGrantTokenClient.class - [JAR]

├─ com.scalepoint.oauth_token_client.ClientSecretCredentials.class - [JAR]

├─ com.scalepoint.oauth_token_client.CustomGrantTokenClient.class - [JAR]

├─ com.scalepoint.oauth_token_client.DigestUtil.class - [JAR]

├─ com.scalepoint.oauth_token_client.ExpiringToken.class - [JAR]

├─ com.scalepoint.oauth_token_client.InMemoryTokenCache.class - [JAR]

├─ com.scalepoint.oauth_token_client.JwtBearerClientAssertionCredentials.class - [JAR]

├─ com.scalepoint.oauth_token_client.LazyCacheHolder.class - [JAR]

├─ com.scalepoint.oauth_token_client.NameValuePair.class - [JAR]

├─ com.scalepoint.oauth_token_client.NoCache.class - [JAR]

├─ com.scalepoint.oauth_token_client.ResourceScopedAccessGrantParameters.class - [JAR]

├─ com.scalepoint.oauth_token_client.ResourceScopedAccessGrantTokenClient.class - [JAR]

├─ com.scalepoint.oauth_token_client.StringUtil.class - [JAR]

├─ com.scalepoint.oauth_token_client.TokenCache.class - [JAR]

├─ com.scalepoint.oauth_token_client.TokenEndpointHttpClient.class - [JAR]

├─ com.scalepoint.oauth_token_client.TokenSource.class - [JAR]

Advertisement