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