| Лицензия |
Лицензия
MIT License
|
|---|---|
| Категории |
КатегорииIDE Инструменты разработки CLI Взаимодействие с пользователем |
| Группа | Группаcom.microsoft.identity.client |
| Идентификатор | Идентификаторmsal |
| Последняя версия | Последняя версия3.0.2 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеmsal
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |