IdentitytoolkitRelyingpartySignupNewUserRequest constructor

IdentitytoolkitRelyingpartySignupNewUserRequest({
  1. String? captchaChallenge,
  2. String? captchaResponse,
  3. bool? disabled,
  4. String? displayName,
  5. String? email,
  6. bool? emailVerified,
  7. String? idToken,
  8. String? instanceId,
  9. String? localId,
  10. String? password,
  11. String? phoneNumber,
  12. String? photoUrl,
  13. String? tenantId,
  14. String? tenantProjectNumber,
})

Implementation

IdentitytoolkitRelyingpartySignupNewUserRequest({
  this.captchaChallenge,
  this.captchaResponse,
  this.disabled,
  this.displayName,
  this.email,
  this.emailVerified,
  this.idToken,
  this.instanceId,
  this.localId,
  this.password,
  this.phoneNumber,
  this.photoUrl,
  this.tenantId,
  this.tenantProjectNumber,
});