GoogleCloudIdentitytoolkitAdminV2HashConfig class
History information of the hash algorithm and key.
Different accounts' passwords may be generated by different version.
Constructors
- GoogleCloudIdentitytoolkitAdminV2HashConfig({String? algorithm, int? memoryCost, int? rounds, String? saltSeparator, String? signerKey})
- GoogleCloudIdentitytoolkitAdminV2HashConfig.fromJson(Map _json)
Properties
- algorithm ↔ String?
-
Different password hash algorithms used in Identity Toolkit.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- memoryCost ↔ int?
-
Memory cost for hash calculation.
getter/setter pair
- rounds ↔ int?
-
How many rounds for hash calculation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saltSeparator ↔ String?
-
Non-printable character to be inserted between the salt and plain text
password in base64.
getter/setter pair
- signerKey ↔ String?
-
Signer key in base64.
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