License |
License
MIT License
|
---|---|
Categories |
CategoriesIDE Development Tools CLI User Interface |
GroupId | GroupIdcom.microsoft.identity.client |
ArtifactId | ArtifactIdmsal |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionmsal
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
msal-3.0.2.pom | |
msal-3.0.2.aar | 236 KB |
msal-3.0.2-sources.jar | 156 KB |
msal-3.0.2-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/ -->
<dependency>
<groupId>com.microsoft.identity.client</groupId>
<artifactId>msal</artifactId>
<version>3.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation 'com.microsoft.identity.client:msal:3.0.2'
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation ("com.microsoft.identity.client:msal:3.0.2")
'com.microsoft.identity.client:msal:aar:3.0.2'
<dependency org="com.microsoft.identity.client" name="msal" rev="3.0.2">
<artifact name="msal" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity.client', module='msal', version='3.0.2')
)
libraryDependencies += "com.microsoft.identity.client" % "msal" % "3.0.2"
[com.microsoft.identity.client/msal "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.0.2 |
androidx.browser » browser | jar | 1.0.0 |
com.google.code.gson : gson | jar | 2.8.5 |
com.nimbusds : nimbus-jose-jwt | jar | 9.9 |
cz.msebera.android : httpclient | jar | 4.5.8 |
androidx.constraintlayout » constraintlayout | jar | 1.1.3 |
com.microsoft.identity : common | jar | 4.0.2 |