AuthenticationThreePidCreds constructor

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

Implementation

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