UserCredentials

data class UserCredentials(val email: String, val password: String)

The credentials used by a user to enter the app

Parameters

email

the email of the user

password

the password of the user

Constructors

Link copied to clipboard
constructor(email: String, password: String)

Properties

Link copied to clipboard
Link copied to clipboard