Skip to content

Added a serialized name so that token is converted properlly from api to data class.

Pratham Khurana requested to merge prathamk22/agora-android:save-token into develop

Fixes #305 (closed)

Changes :
Added a @SerializedName in AuthResponse data class because in API there is authToken as a json parent but we were taking it as token only so that's why token was coming as null everytime. Appetize link= https://appetize.io/app/w6rb778rxu3nvbp2x4zm04hru0

Edited by Pratham Khurana

Merge request reports