IdentitytoolkitRelyingpartyUploadAccountRequest class

Request to upload user account in batch.

Constructors

IdentitytoolkitRelyingpartyUploadAccountRequest({bool? allowOverwrite, int? blockSize, int? cpuMemCost, String? delegatedProjectNumber, int? dkLen, String? hashAlgorithm, int? memoryCost, int? parallelization, int? rounds, String? saltSeparator, bool? sanityCheck, String? signerKey, String? targetProjectId, List<UserInfo>? users})
IdentitytoolkitRelyingpartyUploadAccountRequest.fromJson(Map json_)

Properties

allowOverwrite bool?
Whether allow overwrite existing account when user local_id exists.
getter/setter pair
blockSize int?
getter/setter pair
cpuMemCost int?
The following 4 fields are for standard scrypt algorithm.
getter/setter pair
delegatedProjectNumber String?
GCP project number of the requesting delegated app.
getter/setter pair
dkLen int?
getter/setter pair
hashAlgorithm String?
The password hash algorithm.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memoryCost int?
Memory cost for hash calculation.
getter/setter pair
parallelization int?
getter/setter pair
rounds int?
Rounds for hash calculation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saltSeparator String?
The salt separator.
getter/setter pair
saltSeparatorAsBytes List<int>
getter/setter pair
sanityCheck bool?
If true, backend will do sanity check(including duplicate email and federated id) when uploading account.
getter/setter pair
signerKey String?
The key for to hash the password.
getter/setter pair
signerKeyAsBytes List<int>
getter/setter pair
targetProjectId String?
Specify which project (field value is actually project id) to operate.
getter/setter pair
users List<UserInfo>?
The account info to be stored.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited