jar

org.apache.amber : amber-oauth2-client

Maven & Gradle

Jul 09, 2012
4 usages

Apache Amber: OAuth 2.0 Implementation - Client

Table Of Contents

Latest Version

Download org.apache.amber : amber-oauth2-client JAR file - Latest Versions:

All Versions

Download org.apache.amber : amber-oauth2-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.22

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

org.apache.amber.oauth2.client.request

├─ org.apache.amber.oauth2.client.request.ClientHeaderParametersApplier.class - [JAR]

├─ org.apache.amber.oauth2.client.request.OAuthClientRequest.class - [JAR]

org.apache.amber.oauth2.client.validator

├─ org.apache.amber.oauth2.client.validator.CodeTokenValidator.class - [JAR]

├─ org.apache.amber.oauth2.client.validator.CodeValidator.class - [JAR]

├─ org.apache.amber.oauth2.client.validator.OAuthClientValidator.class - [JAR]

├─ org.apache.amber.oauth2.client.validator.TokenValidator.class - [JAR]

org.apache.amber.oauth2.client.response

├─ org.apache.amber.oauth2.client.response.GitHubTokenResponse.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthAccessTokenResponse.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthAuthzResponse.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthClientResponse.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthClientResponseFactory.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthErrorResponse.class - [JAR]

├─ org.apache.amber.oauth2.client.response.OAuthJSONAccessTokenResponse.class - [JAR]

org.apache.amber.oauth2.client

├─ org.apache.amber.oauth2.client.HttpClient.class - [JAR]

├─ org.apache.amber.oauth2.client.OAuthClient.class - [JAR]

├─ org.apache.amber.oauth2.client.URLConnectionClient.class - [JAR]