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 auth-core-0.6.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.alm.auth.pat
├─ com.microsoft.alm.auth.pat.VsoAzureAuthority.class - [JAR]
├─ com.microsoft.alm.auth.pat.VstsPatAuthenticator.class - [JAR]
com.microsoft.alm.auth.oauth
├─ com.microsoft.alm.auth.oauth.AzureAuthority.class - [JAR]
├─ com.microsoft.alm.auth.oauth.AzureDeviceFlow.class - [JAR]
├─ com.microsoft.alm.auth.oauth.AzureDeviceFlowResponse.class - [JAR]
├─ com.microsoft.alm.auth.oauth.DeviceFlow.class - [JAR]
├─ com.microsoft.alm.auth.oauth.DeviceFlowImpl.class - [JAR]
├─ com.microsoft.alm.auth.oauth.DeviceFlowResponse.class - [JAR]
├─ com.microsoft.alm.auth.oauth.Global.class - [JAR]
├─ com.microsoft.alm.auth.oauth.OAuth2Authenticator.class - [JAR]
├─ com.microsoft.alm.auth.oauth.OAuth2UseragentValidator.class - [JAR]
├─ com.microsoft.alm.auth.oauth.OAuthParameter.class - [JAR]
├─ com.microsoft.alm.auth.oauth.PromptValue.class - [JAR]
├─ com.microsoft.alm.auth.oauth.UserIdentifier.class - [JAR]
├─ com.microsoft.alm.auth.oauth.UserIdentifierType.class - [JAR]
com.microsoft.alm.auth.oauth.helper
├─ com.microsoft.alm.auth.oauth.helper.AzureAuthorityProvider.class - [JAR]
├─ com.microsoft.alm.auth.oauth.helper.FileHashHelper.class - [JAR]
├─ com.microsoft.alm.auth.oauth.helper.SwtJarLoader.class - [JAR]
com.microsoft.alm.auth.basic
├─ com.microsoft.alm.auth.basic.BasicAuthAuthenticator.class - [JAR]
├─ com.microsoft.alm.auth.basic.CredentialPrompt.class - [JAR]
├─ com.microsoft.alm.auth.basic.DefaultCredentialPrompt.class - [JAR]
com.microsoft.alm.auth
├─ com.microsoft.alm.auth.Authenticator.class - [JAR]
├─ com.microsoft.alm.auth.BaseAuthenticator.class - [JAR]
├─ com.microsoft.alm.auth.HttpClientFactory.class - [JAR]
├─ com.microsoft.alm.auth.PromptBehavior.class - [JAR]