jar

com.github.biegleux : gae-oauth-tokenstore

Maven & Gradle

Nov 15, 2014
2 stars

GaeTokenStore · Persistent Spring's OAuth2 TokenStore for Google App Engine

Table Of Contents

Latest Version

Download com.github.biegleux : gae-oauth-tokenstore JAR file - Latest Versions:

All Versions

Download com.github.biegleux : gae-oauth-tokenstore JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

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 gae-oauth-tokenstore-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.biegleux.gae.oauth.tokenstore

├─ com.github.biegleux.gae.oauth.tokenstore.GaeTokenStore.class - [JAR]

com.github.biegleux.gae.oauth.tokenstore.persistence

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.GaeOAuthAccessTokenRepository.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.GaeOAuthRefreshTokenRepository.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.GaeOAuthTokenRepository.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.JDORepository.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.PMF.class - [JAR]

com.github.biegleux.gae.oauth.tokenstore.persistence.model

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.model.GaeOAuthAccessToken.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.model.GaeOAuthRefreshToken.class - [JAR]

├─ com.github.biegleux.gae.oauth.tokenstore.persistence.model.GaeOAuthToken.class - [JAR]