LoginRequest

class LoginRequest(val email: String, val password: String)

A LoginRequest to hold necessary data for a login.

Constructors

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

Properties

Link copied to clipboard

The email of the user.

Link copied to clipboard

The password of the user.