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
/
Register
/
Request
Request
@
Serializable
data
class
Request
(
val
username
:
String
?
,
val
password
:
String
?
,
val
deviceId
:
String
?
,
val
initialDeviceDisplayName
:
String
?
,
val
inhibitLogin
:
Boolean
?
,
val
refreshToken
:
Boolean
?
=
null
,
val
type
:
LoginType
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
username
:
String
?
,
password
:
String
?
,
deviceId
:
String
?
,
initialDeviceDisplayName
:
String
?
,
inhibitLogin
:
Boolean
?
,
refreshToken
:
Boolean
?
=
null
,
type
:
LoginType
?
=
null
)
Properties
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
?
inhibit
Login
Link copied to clipboard
@
SerialName
(
value
=
"inhibit_login"
)
val
inhibitLogin
:
Boolean
?
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
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
LoginType
?
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String
?