AuthenticationThreePidCreds constructor

AuthenticationThreePidCreds({
  1. String? session,
  2. required String type,
  3. required ThreepidCreds threepidCreds,
})

Implementation

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