trixnity-clientserverapi-model
3.6.1
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetMsisdnRequestTokenForPassword
/
Request
Request
@
Serializable
data
class
Request
(
val
clientSecret
:
String
,
val
country
:
String
,
val
idAccessToken
:
String
?
=
null
,
val
idServer
:
String
?
=
null
,
val
nextLink
:
String
?
=
null
,
val
phoneNumber
:
String
,
val
sendAttempt
:
Long
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
clientSecret
:
String
,
country
:
String
,
idAccessToken
:
String
?
=
null
,
idServer
:
String
?
=
null
,
nextLink
:
String
?
=
null
,
phoneNumber
:
String
,
sendAttempt
:
Long
)
Properties
client
Secret
Link copied to clipboard
val
clientSecret
:
String
country
Link copied to clipboard
val
country
:
String
id
Access
Token
Link copied to clipboard
val
idAccessToken
:
String
?
=
null
id
Server
Link copied to clipboard
val
idServer
:
String
?
=
null
next
Link
Link copied to clipboard
val
nextLink
:
String
?
=
null
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
send
Attempt
Link copied to clipboard
val
sendAttempt
:
Long