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 discord4j-oauth2-3.3.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
discord4j.oauth2.service
├─ discord4j.oauth2.service.OAuth2Service.class - [JAR]
discord4j.oauth2.object
├─ discord4j.oauth2.object.AccessToken.class - [JAR]
discord4j.oauth2
├─ discord4j.oauth2.DiscordOAuth2Client.class - [JAR]
├─ discord4j.oauth2.DiscordOAuth2ResponseHandler.class - [JAR]
├─ discord4j.oauth2.DiscordOAuth2Server.class - [JAR]
├─ discord4j.oauth2.DiscordOAuth2SuccessHandler.class - [JAR]
├─ discord4j.oauth2.Scope.class - [JAR]