AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

SignIn features for Native Auth #2207

Closed SaurabhMSFT closed 11 months ago

SaurabhMSFT commented 1 year ago

This PR includes the work for SignIn relates features of Native Auth. Mockito-kotlin has been added as dependency for test projects in common and testutils project. Powermock has been added as a dependency to testutils project.

Companion PR in MSAL repo is https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/1919