AuthenticationThreePidCreds constructor
AuthenticationThreePidCreds({
- String? session,
- required String type,
- required ThreepidCreds threepidCreds,
Implementation
AuthenticationThreePidCreds({
super.session,
required String super.type,
required this.threepidCreds,
});