munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.inbound.request
/
RegisterUserRequest
Register
User
Request
@
Serializable
@
SerialName
(
value
=
"RegisterUserRequest"
)
data
class
RegisterUserRequest
(
val
user
:
UserDTO
,
val
hashedPassword
:
String
,
val
saltValue
:
String
)
:
JsonEncodable
Members
Constructors
Register
User
Request
Link copied to clipboard
constructor
(
user
:
UserDTO
,
hashedPassword
:
String
,
saltValue
:
String
)
Properties
hashed
Password
Link copied to clipboard
val
hashedPassword
:
String
salt
Value
Link copied to clipboard
val
saltValue
:
String
user
Link copied to clipboard
val
user
:
UserDTO
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String