LoginUser

interface LoginUser

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun execute(email: String, username: String, password: String): LoginUser.Companion.LoginResult

Authenticates a user based on the provided email and password.