IdentitytoolkitRelyingpartyDownloadAccountRequest constructor

IdentitytoolkitRelyingpartyDownloadAccountRequest({
  1. String? delegatedProjectNumber,
  2. int? maxResults,
  3. String? nextPageToken,
  4. String? targetProjectId,
})

Implementation

IdentitytoolkitRelyingpartyDownloadAccountRequest({
  this.delegatedProjectNumber,
  this.maxResults,
  this.nextPageToken,
  this.targetProjectId,
});