GoogleCloudIdentitytoolkitV1UploadAccountRequest constructor

GoogleCloudIdentitytoolkitV1UploadAccountRequest({
  1. bool? allowOverwrite,
  2. GoogleCloudIdentitytoolkitV1Argon2Parameters? argon2Parameters,
  3. int? blockSize,
  4. int? cpuMemCost,
  5. String? delegatedProjectNumber,
  6. int? dkLen,
  7. String? hashAlgorithm,
  8. int? memoryCost,
  9. int? parallelization,
  10. String? passwordHashOrder,
  11. int? rounds,
  12. String? saltSeparator,
  13. bool? sanityCheck,
  14. String? signerKey,
  15. String? tenantId,
  16. List<GoogleCloudIdentitytoolkitV1UserInfo>? users,
})

Implementation

GoogleCloudIdentitytoolkitV1UploadAccountRequest({
  this.allowOverwrite,
  this.argon2Parameters,
  this.blockSize,
  this.cpuMemCost,
  this.delegatedProjectNumber,
  this.dkLen,
  this.hashAlgorithm,
  this.memoryCost,
  this.parallelization,
  this.passwordHashOrder,
  this.rounds,
  this.saltSeparator,
  this.sanityCheck,
  this.signerKey,
  this.tenantId,
  this.users,
});