jar

com.microsoft.alm : auth-core

Maven & Gradle

Aug 14, 2018
2 usages
9 stars

Authentication Library for Visual Studio Team Services and Team Foundation Server · A library for authenticating against VSTS and TFS.

Table Of Contents

Latest Version

Download com.microsoft.alm : auth-core JAR file - Latest Versions:

All Versions

Download com.microsoft.alm : auth-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.x
0.3.x
0.2.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 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]

Advertisement