toggle menu
trixnity-clientserverapi-model
4.11.1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetMsisdnRequestTokenForRegistration
/
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