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
SSO
@
Serializable
data
class
SSO
(
val
identityProviders
:
Set
<
LoginType.SSO.IdentityProvider
>
=
setOf()
)
:
LoginType
Members
Constructors
SSO
Link copied to clipboard
constructor
(
identityProviders
:
Set
<
LoginType.SSO.IdentityProvider
>
=
setOf()
)
Types
Identity
Provider
Link copied to clipboard
@
Serializable
data
class
IdentityProvider
(
val
brand
:
String
?
=
null
,
val
icon
:
String
?
=
null
,
val
id
:
String
,
val
name
:
String
)
Properties
identity
Providers
Link copied to clipboard
@
SerialName
(
value
=
"identity_providers"
)
val
identityProviders
:
Set
<
LoginType.SSO.IdentityProvider
>
name
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
name
:
String