trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
ChangePassword
/
Request
Request
@
Serializable
data
class
Request
(
val
newPassword
:
String
,
val
logoutDevices
:
Boolean
?
=
null
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
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