jar

com.github.udpnarola : social-login-backend-integration-library

Maven & Gradle

Feb 23, 2021
0 stars

Social Login AuthCode Back-end Integration Library · This library is useful when you want to integrate social login from the backend using auth code grant type.

Table Of Contents

Latest Version

Download com.github.udpnarola : social-login-backend-integration-library JAR file - Latest Versions:

All Versions

Download com.github.udpnarola : social-login-backend-integration-library JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 social-login-backend-integration-library-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.udpnarola.util

├─ com.github.udpnarola.util.SocialLoginUtil.class - [JAR]

com.github.udpnarola.dto

├─ com.github.udpnarola.dto.SocialLoginDetail.class - [JAR]

com.github.udpnarola.constant

├─ com.github.udpnarola.constant.ErrorMessage.class - [JAR]

com.github.udpnarola.provider.oauth2

├─ com.github.udpnarola.provider.oauth2.FacebookProvider.class - [JAR]

├─ com.github.udpnarola.provider.oauth2.GoogleProvider.class - [JAR]

├─ com.github.udpnarola.provider.oauth2.LinkedinProvider.class - [JAR]

├─ com.github.udpnarola.provider.oauth2.Oauth2Provider.class - [JAR]

com.github.udpnarola.provider.oauth1

├─ com.github.udpnarola.provider.oauth1.Oauth1Provider.class - [JAR]

├─ com.github.udpnarola.provider.oauth1.TwitterProvider.class - [JAR]

com.github.udpnarola.user

├─ com.github.udpnarola.user.SocialUser.class - [JAR]

com.github.udpnarola.exception

├─ com.github.udpnarola.exception.BadDataException.class - [JAR]

├─ com.github.udpnarola.exception.SocialProviderException.class - [JAR]

├─ com.github.udpnarola.exception.URIBuilderException.class - [JAR]

├─ com.github.udpnarola.exception.UserDetailException.class - [JAR]

com.github.udpnarola.provider

├─ com.github.udpnarola.provider.OauthProvider.class - [JAR]

├─ com.github.udpnarola.provider.SocialLoginProvider.class - [JAR]