trixnity-clientserverapi-model
3.7.2
common
trixnity-clientserverapi-model
/
net.folivo.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
val
clientSecret
:
String
email
Link copied to clipboard
val
email
:
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
send
Attempt
Link copied to clipboard
val
sendAttempt
:
Long