trixnity-clientserverapi-model
3.10.1
common
trixnity-clientserverapi-model
/
net.folivo.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
val
clientSecret
:
String
identity
Server
Link copied to clipboard
val
identityServer
:
String
?
identity
Server
Access
Token
Link copied to clipboard
val
identityServerAccessToken
:
String
?
sid
Link copied to clipboard
val
sid
:
String