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.uia
/
ThirdPidCredentials
Third
Pid
Credentials
@
Serializable
data
class
ThirdPidCredentials
(
val
sid
:
String
,
val
clientSecret
:
String
,
val
identityServer
:
String
?
,
val
identityServerAccessToken
:
String
?
)
Members
Constructors
Third
Pid
Credentials
Link copied to clipboard
constructor
(
sid
:
String
,
clientSecret
:
String
,
identityServer
:
String
?
,
identityServerAccessToken
:
String
?
)
Properties
client
Secret
Link copied to clipboard
@
SerialName
(
value
=
"client_secret"
)
val
clientSecret
:
String
identity
Server
Link copied to clipboard
@
SerialName
(
value
=
"id_server"
)
val
identityServer
:
String
?
identity
Server
Access
Token
Link copied to clipboard
@
SerialName
(
value
=
"id_access_token"
)
val
identityServerAccessToken
:
String
?
sid
Link copied to clipboard
@
SerialName
(
value
=
"sid"
)
val
sid
:
String