menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
ThreepidCreds
ThreepidCreds constructor
ThreepidCreds constructor
dark_mode
light_mode
ThreepidCreds
constructor
ThreepidCreds
(
{
required
String
sid
,
required
String
clientSecret
,
String
?
idServer
,
String
?
idAccessToken
,
})
Implementation
ThreepidCreds( {required this.sid, required this.clientSecret, this.idServer, this.idAccessToken});
sendingnetwork_dart_sdk package
documentation
sdn
ThreepidCreds
ThreepidCreds constructor
ThreepidCreds class