trixnity-clientserverapi-model
3.10.4
common
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
val
brand
:
String
?
=
null
icon
Link copied to clipboard
val
icon
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String