trixnity-clientserverapi-model
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetEmailRequestTokenForRegistration
/
Request
Request
@
Serializable
data
class
Request
(
val
clientSecret
:
String
,
val
email
:
String
,
val
idAccessToken
:
String
?
=
null
,
val
idServer
:
String
?
=
null
,
val
nextLink
:
String
?
=
null
,
val
sendAttempt
:
Long
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
clientSecret
:
String
,
email
:
String
,
idAccessToken
:
String
?
=
null
,
idServer
:
String
?
=
null
,
nextLink
:
String
?
=
null
,
sendAttempt
:
Long
)
Properties
client
Secret
Link copied to clipboard
@
SerialName
(
value
=
"client_secret"
)
val
clientSecret
:
String
email
Link copied to clipboard
@
SerialName
(
value
=
"email"
)
val
email
:
String
id
Access
Token
Link copied to clipboard
@
SerialName
(
value
=
"id_access_token"
)
val
idAccessToken
:
String
?
=
null
id
Server
Link copied to clipboard
@
SerialName
(
value
=
"id_server"
)
val
idServer
:
String
?
=
null
next
Link
Link copied to clipboard
@
SerialName
(
value
=
"next_link"
)
val
nextLink
:
String
?
=
null
send
Attempt
Link copied to clipboard
@
SerialName
(
value
=
"send_attempt"
)
val
sendAttempt
:
Long