app / com.ocean.ishareeconomy_android.models / LoginObject

LoginObject

class LoginObject

Part of models.

LoginObject gets returned when a login correctly occurs

Constructors

<init>

Part of models.

LoginObject(username: String, password: String)

Properties

username

holds the JWT token of the user

val username: String