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 stytch-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.stytch.api.client.magic.links.endpoints
├─ com.stytch.api.client.magic.links.endpoints.InviteByEmail.class - [JAR]
├─ com.stytch.api.client.magic.links.endpoints.LoginOrCreateByEmail.class - [JAR]
├─ com.stytch.api.client.magic.links.endpoints.RevokePendingInviteByEmail.class - [JAR]
├─ com.stytch.api.client.magic.links.endpoints.SendMagicLinkByEmail.class - [JAR]
com.stytch.api.client.shared.types
├─ com.stytch.api.client.shared.types.Attributes.class - [JAR]
├─ com.stytch.api.client.shared.types.BaseResponse.class - [JAR]
├─ com.stytch.api.client.shared.types.IBaseResponse.class - [JAR]
com.stytch.api.client.magic.links.types
├─ com.stytch.api.client.magic.links.types.InviteByEmailRequest.class - [JAR]
├─ com.stytch.api.client.magic.links.types.InviteByEmailResponse.class - [JAR]
├─ com.stytch.api.client.magic.links.types.LoginOrCreateByEmailRequest.class - [JAR]
├─ com.stytch.api.client.magic.links.types.LoginOrCreateByEmailResponse.class - [JAR]
├─ com.stytch.api.client.magic.links.types.Name.class - [JAR]
├─ com.stytch.api.client.magic.links.types.RevokePendingInviteByEmailRequest.class - [JAR]
├─ com.stytch.api.client.magic.links.types.RevokePendingInviteByEmailResponse.class - [JAR]
├─ com.stytch.api.client.magic.links.types.SendByEmailRequest.class - [JAR]
├─ com.stytch.api.client.magic.links.types.SendByEmailResponse.class - [JAR]
com.stytch.api.client.magic.links
├─ com.stytch.api.client.magic.links.MagicLinksService.class - [JAR]
├─ com.stytch.api.client.magic.links.MagicLinksServiceClient.class - [JAR]
├─ com.stytch.api.client.magic.links.MagicLinksServiceErrorDecoder.class - [JAR]
com.stytch.api.client
├─ com.stytch.api.client.BasicAuth.class - [JAR]
├─ com.stytch.api.client.StytchApiClient.class - [JAR]
com.stytch.api.client.magic.links.exceptions
├─ com.stytch.api.client.magic.links.exceptions.InviteByEmailException.class - [JAR]
├─ com.stytch.api.client.magic.links.exceptions.LoginOrCreateByEmailException.class - [JAR]
├─ com.stytch.api.client.magic.links.exceptions.RevokePendingInviteByEmailException.class - [JAR]
├─ com.stytch.api.client.magic.links.exceptions.SendMagicLinkByEmailException.class - [JAR]