toggle menu
trixnity-clientserverapi-model
4.11.2
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
LoginType
/
SSO
/
IdentityProvider
Identity
Provider
@
Serializable
data
class
IdentityProvider
(
val
brand
:
String
?
=
null
,
val
icon
:
String
?
=
null
,
val
id
:
String
,
val
name
:
String
)
Members
Constructors
Identity
Provider
Link copied to clipboard
constructor
(
brand
:
String
?
=
null
,
icon
:
String
?
=
null
,
id
:
String
,
name
:
String
)
Properties
brand
Link copied to clipboard
@
SerialName
(
value
=
"brand"
)
val
brand
:
String
?
=
null
icon
Link copied to clipboard
@
SerialName
(
value
=
"icon"
)
val
icon
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String