class LoginResponseObject
Part of models.
LoginResponseObject is the result of the JWT parsing of the LoginResponse.token
<init> |
Part of models. LoginResponseObject(: String, : String) |
id |
holds the JWT token of the user val id: String |
username |
The logged in users full name, corresponds to User.fullName val username: String |