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

Update Native Auth password reset API response #2281

Closed rmccahill closed 9 months ago

rmccahill commented 9 months ago

This PR updates the relevant response classes to include the continuation token returned from the updated poll completion response, and updates constructors in test classes to reflect the change.

Note: I've also updated the test runner to Robolectric from PowerMock for the reset password test class to be in line with other test cases, as it was causing test failures locally.