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
/
Companion
/
UpdateUserPasswordResult
Update
User
Password
Result
sealed
interface
UpdateUserPasswordResult
Inheritors
Success
LockedUser
WrongCredentials
UserNotFound
UnauthorizedOperation
Members
Types
Locked
User
Link copied to clipboard
data
object
LockedUser
:
UpdateUserPassword.Companion.UpdateUserPasswordResult
Success
Link copied to clipboard
data
object
Success
:
UpdateUserPassword.Companion.UpdateUserPasswordResult
Unauthorized
Operation
Link copied to clipboard
data
object
UnauthorizedOperation
:
UpdateUserPassword.Companion.UpdateUserPasswordResult
User
Not
Found
Link copied to clipboard
data
object
UserNotFound
:
UpdateUserPassword.Companion.UpdateUserPasswordResult
Wrong
Credentials
Link copied to clipboard
data
object
WrongCredentials
:
UpdateUserPassword.Companion.UpdateUserPasswordResult