trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetMsisdnRequestTokenForRegistration
/
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
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
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