Skip to content

Completed Login

Mukul Kumar requested to merge MukulCode/agora-android:master into gsoc-2019

Hello @icemc, The login part of the authentication is completed in which I have created two POJO classes viz, User and Token since the API is returning the complete information about the user with two more parameters "token" and "expiresOn".

Test cases that I have covered:

  1. Mobile does not have internet access: "Something went wrong please try again"
  2. If the user enters a wrong user name or password: "Wrong User Name or Password"

Please review.

Login

Merge request reports