trixnity-clientserverapi-model
Toggle table of contents
4.16.9
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetMsisdnRequestTokenForPassword
/
Response
Response
@
Serializable
data
class
Response
(
val
sessionId
:
String
,
val
submitUrl
:
String
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
sessionId
:
String
,
submitUrl
:
String
?
=
null
)
Properties
session
Id
Link copied to clipboard
@
SerialName
(
value
=
"sid"
)
val
sessionId
:
String
submit
Url
Link copied to clipboard
@
SerialName
(
value
=
"submit_url"
)
val
submitUrl
:
String
?
=
null