jar

com.github.malkomich : oauth2-token-client

Maven & Gradle

Jun 03, 2021
0 stars

Oauth2 Token Client · OAuth2 Client which generates a token to authorize your REST calls

Table Of Contents

Latest Version

Download com.github.malkomich : oauth2-token-client JAR file - Latest Versions:

All Versions

Download com.github.malkomich : oauth2-token-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 oauth2-token-client-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.malkomich.oauth2.token.client

├─ com.github.malkomich.oauth2.token.client.AccessToken.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.HttpRequestExecutor.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2Client.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2Config.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2RequestBuilder.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2ResponseCloser.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2ResponseHandler.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.OAuth2ResponseReader.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.ResponseCloser.class - [JAR]

com.github.malkomich.oauth2.token.client.exception

├─ com.github.malkomich.oauth2.token.client.exception.InvalidRequestClientException.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.exception.OAuth2ClientException.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.exception.ResourceNotFoundClientException.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.exception.ServerErrorClientException.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.exception.UnauthorizedClientException.class - [JAR]

├─ com.github.malkomich.oauth2.token.client.exception.UnsupportedContentType.class - [JAR]

Advertisement