trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.authentication
/
GetEmailRequestTokenForPassword
/
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
?
id
Server
Link copied to clipboard
@
SerialName
(
value
=
"id_server"
)
val
idServer
:
String
?
next
Link
Link copied to clipboard
@
SerialName
(
value
=
"next_link"
)
val
nextLink
:
String
?
send
Attempt
Link copied to clipboard
@
SerialName
(
value
=
"send_attempt"
)
val
sendAttempt
:
Long