munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.application.port.inbound
/
LoginUser
Login
User
interface
LoginUser
Inheritors
LoginUserUseCase
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
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.