trixnity-clientserverapi-model
3.10.4
common
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
val
logoutDevices
:
Boolean
?
=
null
new
Password
Link copied to clipboard
val
newPassword
:
String