View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ktor-auth-apple-jvm-2.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.nathanfallet.ktorx.models.auth
├─ me.nathanfallet.ktorx.models.auth.AppleKey.class - [JAR]
├─ me.nathanfallet.ktorx.models.auth.AppleKeyPayload.class - [JAR]
├─ me.nathanfallet.ktorx.models.auth.AppleKeyProvider.class - [JAR]
├─ me.nathanfallet.ktorx.models.auth.AppleToken.class - [JAR]
me.nathanfallet.ktorx.usecases.auth
├─ me.nathanfallet.ktorx.usecases.auth.IVerifyAppleTokenUseCase.class - [JAR]
├─ me.nathanfallet.ktorx.usecases.auth.VerifyAppleTokenUseCase.class - [JAR]