IdentitytoolkitRelyingpartyUploadAccountRequest constructor

IdentitytoolkitRelyingpartyUploadAccountRequest({
  1. bool? allowOverwrite,
  2. int? blockSize,
  3. int? cpuMemCost,
  4. String? delegatedProjectNumber,
  5. int? dkLen,
  6. String? hashAlgorithm,
  7. int? memoryCost,
  8. int? parallelization,
  9. int? rounds,
  10. String? saltSeparator,
  11. bool? sanityCheck,
  12. String? signerKey,
  13. String? targetProjectId,
  14. List<UserInfo>? users,
})

Implementation

IdentitytoolkitRelyingpartyUploadAccountRequest({
  this.allowOverwrite,
  this.blockSize,
  this.cpuMemCost,
  this.delegatedProjectNumber,
  this.dkLen,
  this.hashAlgorithm,
  this.memoryCost,
  this.parallelization,
  this.rounds,
  this.saltSeparator,
  this.sanityCheck,
  this.signerKey,
  this.targetProjectId,
  this.users,
});