trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.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
:
String
?
=
null
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
username
:
String
?
,
password
:
String
?
,
deviceId
:
String
?
,
initialDeviceDisplayName
:
String
?
,
inhibitLogin
:
Boolean
?
,
refreshToken
:
Boolean
?
=
null
,
type
:
String
?
=
null
)
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
?
inhibit
Login
Link copied to clipboard
val
inhibitLogin
:
Boolean
?
initial
Device
Display
Name
Link copied to clipboard
val
initialDeviceDisplayName
:
String
?
password
Link copied to clipboard
val
password
:
String
?
refresh
Token
Link copied to clipboard
val
refreshToken
:
Boolean
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String
?