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
/
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
?
icon
Link copied to clipboard
@
SerialName
(
value
=
"icon"
)
val
icon
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String