data class ConfigSignInHashConfig(val algorithm: String? = null, val memoryCost: Int? = null, val rounds: Int? = null, val saltSeparator: String? = null, val signerKey: String? = null)
(Output) 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.