jar

com.okta.authn.sdk : okta-authn-sdk-examples-springboot

Maven & Gradle

Jul 12, 2023
3 stars

Okta Java Authn SDK :: Examples :: Springboot · Springboot Sample for AuthN SDK

Table Of Contents

Latest Version

Download com.okta.authn.sdk : okta-authn-sdk-examples-springboot JAR file - Latest Versions:

All Versions

Download com.okta.authn.sdk : okta-authn-sdk-examples-springboot JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 okta-authn-sdk-examples-springboot-2.0.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.okta.example

├─ com.okta.example.ExampleApplication.class - [JAR]

com.okta.example.controllers

├─ com.okta.example.controllers.EmailAuthenticationController.class - [JAR]

├─ com.okta.example.controllers.ForgotPasswordController.class - [JAR]

├─ com.okta.example.controllers.LoginController.class - [JAR]

├─ com.okta.example.controllers.RootController.class - [JAR]

com.okta.example.helpers

├─ com.okta.example.helpers.AuthHelper.class - [JAR]

com.okta.example.config

├─ com.okta.example.config.ApplicationConfig.class - [JAR]

Advertisement