trixnity-clientserverapi-model
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
ChangePassword
/
Request
Request
@
Serializable
data
class
Request
(
val
newPassword
:
String
,
val
logoutDevices
:
Boolean
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
newPassword
:
String
,
logoutDevices
:
Boolean
?
=
null
)
Properties
logout
Devices
Link copied to clipboard
@
SerialName
(
value
=
"logout_devices"
)
val
logoutDevices
:
Boolean
?
=
null
new
Password
Link copied to clipboard
@
SerialName
(
value
=
"new_password"
)
val
newPassword
:
String