GoogleCloudIdentitytoolkitV1SignUpRequest constructor

GoogleCloudIdentitytoolkitV1SignUpRequest({
  1. String? captchaChallenge,
  2. String? captchaResponse,
  3. String? clientType,
  4. bool? disabled,
  5. String? displayName,
  6. String? email,
  7. bool? emailVerified,
  8. String? idToken,
  9. String? instanceId,
  10. String? localId,
  11. List<GoogleCloudIdentitytoolkitV1MfaFactor>? mfaInfo,
  12. String? password,
  13. String? phoneNumber,
  14. String? photoUrl,
  15. String? recaptchaVersion,
  16. String? targetProjectId,
  17. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1SignUpRequest({
  this.captchaChallenge,
  this.captchaResponse,
  this.clientType,
  this.disabled,
  this.displayName,
  this.email,
  this.emailVerified,
  this.idToken,
  this.instanceId,
  this.localId,
  this.mfaInfo,
  this.password,
  this.phoneNumber,
  this.photoUrl,
  this.recaptchaVersion,
  this.targetProjectId,
  this.tenantId,
});