jar

com.github.alperkurtul : spring-boot-starter-firebase-user-authentication

Maven & Gradle

Nov 17, 2019
12 stars

Firebase User and Authentication · This library is used for managing with Firebase User and Authentication System.

Table Of Contents

Latest Version

Download com.github.alperkurtul : spring-boot-starter-firebase-user-authentication JAR file - Latest Versions:

All Versions

Download com.github.alperkurtul : spring-boot-starter-firebase-user-authentication 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 spring-boot-starter-firebase-user-authentication-1.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.alperkurtul.firebaseuserauthentication.bean

├─ com.github.alperkurtul.firebaseuserauthentication.bean.FirebaseRefreshTokenToIdTokenResponseBean.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.bean.FirebaseSignInSignUpResponseBean.class - [JAR]

com.github.alperkurtul.firebaseuserauthentication.utility

├─ com.github.alperkurtul.firebaseuserauthentication.utility.StringUtility.class - [JAR]

com.github.alperkurtul.firebaseuserauthentication.service

├─ com.github.alperkurtul.firebaseuserauthentication.service.UserAuthenticationService.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.service.UserAuthenticationServiceImpl.class - [JAR]

com.github.alperkurtul.firebaseuserauthentication.constants

├─ com.github.alperkurtul.firebaseuserauthentication.constants.ApiUrlConstants.class - [JAR]

com.github.alperkurtul.firebaseuserauthentication.configuration

├─ com.github.alperkurtul.firebaseuserauthentication.configuration.UserAuthenticationConfiguration.class - [JAR]

com.github.alperkurtul.firebaseuserauthentication.exception

├─ com.github.alperkurtul.firebaseuserauthentication.exception.CustomizedExceptionHandler.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.exception.ExceptionResponse.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.exception.HttpBadRequestException.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.exception.HttpNotFoundException.class - [JAR]

├─ com.github.alperkurtul.firebaseuserauthentication.exception.HttpUnauthorizedException.class - [JAR]