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

Remove PasswordRequired and CodeRequired results from the SignInWithContinuationTokenCommandResult #2298

Closed GBakolas closed 9 months ago

GBakolas commented 9 months ago

The PasswordRequired and CodeRequired results are never returned. Remove them from the possible returned results of the SignInWithContinuationTokenCommandResult

Partner PR in msal repo: https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2009