toggle menu
trixnity-clientserverapi-model
4.0.0
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
IdentifierType
/
Thirdparty
Thirdparty
@
Serializable
data
class
Thirdparty
(
val
medium
:
String
,
val
address
:
String
)
:
IdentifierType
Members
Constructors
Thirdparty
Link copied to clipboard
constructor
(
medium
:
String
,
address
:
String
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
name
:
String