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

Change the signature of signup/signin methods #2284

Closed SaurabhMSFT closed 9 months ago

SaurabhMSFT commented 9 months ago

The signIn and signInUsingPassword methods have been refactored into one signIn method with optional password. The signUp and signUpUsingPassword methods have been refactored into one signUp method with optional password.

PR for the MSAL repo is https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2010