trixnity-clientserverapi-model
3.6.2
common
trixnity-clientserverapi-model
/
net.folivo.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
val
deviceId
:
String
?
=
null
identifier
Link copied to clipboard
val
identifier
:
IdentifierType
?
=
null
initial
Device
Display
Name
Link copied to clipboard
val
initialDeviceDisplayName
:
String
?
=
null
password
Link copied to clipboard
val
password
:
String
?
=
null
refresh
Token
Link copied to clipboard
val
refreshToken
:
Boolean
?
=
null
token
Link copied to clipboard
val
token
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String