jar

com.github.udpnarola : social-login-authcode-library

Maven & Gradle

Feb 25, 2021
0 stars

Hybrid Social Login AuthCode Library · This artifact is useful to integrate social login using authCode grant type, it is a hybrid library

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
1.1.x
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-authcode-library-1.1.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.SocialProviderUtil.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.user

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

com.github.udpnarola.exception

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

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

com.github.udpnarola.provider

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

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

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

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

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

Advertisement