GoogleCloudIdentitytoolkitAdminV2HashConfigResponse

data class GoogleCloudIdentitytoolkitAdminV2HashConfigResponse(val algorithm: String, val memoryCost: Int, val rounds: Int, val saltSeparator: String, val signerKey: String)

History information of the hash algorithm and key. Different accounts' passwords may be generated by different version.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2HashConfigResponse(algorithm: String, memoryCost: Int, rounds: Int, saltSeparator: String, signerKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Different password hash algorithms used in Identity Toolkit.

Link copied to clipboard

Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.

Link copied to clipboard
val rounds: Int

How many rounds for hash calculation. Used by scrypt and other similar password derivation algorithms.

Link copied to clipboard

Non-printable character to be inserted between the salt and plain text password in base64.

Link copied to clipboard

Signer key in base64.