app / com.ocean.ishareeconomy_android.models / LoginResponseObject

LoginResponseObject

class LoginResponseObject

Part of models.

LoginResponseObject is the result of the JWT parsing of the LoginResponse.token

Constructors

<init>

Part of models.

LoginResponseObject(id: String, username: String)

Properties

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