DOC

com.axzae : msal

Maven & Gradle

Dec 05, 2023
0 stars

Microsoft Authentication Library (MSAL) for Android · Microsoft Identity library for Android gives you the ability to add authentication to your application with just a few lines of additional code. Using our MSAL SDKs you can quickly and easily extend your existing application to all the employees that use MSA, B2C, Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Table Of Contents

Latest Version

Download com.axzae : msal Javadoc & API Documentation - Latest Versions:

All Versions

Download com.axzae : msal Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.10.x

How to open Javadoc JAR file in web browser

  1. Rename the file msal-4.10.1-javadoc.jar to msal-4.10.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder msal-4.10.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "msal-4.10.1-sources.jar" -d "msal-4.10.1-javadoc" -subpackages 

Advertisement