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
/
Login
/
Request
Request
@
Serializable
data
class
Request
(
val
type
:
String
,
val
identifier
:
IdentifierType
?
=
null
,
val
password
:
String
?
=
null
,
val
refreshToken
:
Boolean
?
=
null
,
val
token
:
String
?
=
null
,
val
deviceId
:
String
?
=
null
,
val
initialDeviceDisplayName
:
String
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
type
:
String
,
identifier
:
IdentifierType
?
=
null
,
password
:
String
?
=
null
,
refreshToken
:
Boolean
?
=
null
,
token
:
String
?
=
null
,
deviceId
:
String
?
=
null
,
initialDeviceDisplayName
:
String
?
=
null
)
Properties
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
?
identifier
Link copied to clipboard
@
SerialName
(
value
=
"identifier"
)
val
identifier
:
IdentifierType
?
initial
Device
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"initial_device_display_name"
)
val
initialDeviceDisplayName
:
String
?
password
Link copied to clipboard
@
SerialName
(
value
=
"password"
)
val
password
:
String
?
refresh
Token
Link copied to clipboard
@
SerialName
(
value
=
"refresh_token"
)
val
refreshToken
:
Boolean
?
token
Link copied to clipboard
@
SerialName
(
value
=
"token"
)
val
token
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String