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
/
UpdateUserPassword
Update
User
Password
interface
UpdateUserPassword
Inbound port for changing a user's password after validating the current credentials.
Inheritors
UpdateUserPasswordUseCase
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
id
:
String
,
username
:
String
,
email
:
String
,
oldPassword
:
String
,
newPassword
:
String
)
:
UpdateUserPassword.Companion.UpdateUserPasswordResult