Project Default Config Sign In Hash Config Args
data class ProjectDefaultConfigSignInHashConfigArgs(val algorithm: Output<String>? = null, val memoryCost: Output<Int>? = null, val rounds: Output<Int>? = null, val saltSeparator: Output<String>? = null, val signerKey: Output<String>? = null) : ConvertibleToJava<ProjectDefaultConfigSignInHashConfigArgs>
Constructors
Properties
Link copied to clipboard
(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.
Link copied to clipboard
(Output) Non-printable character to be inserted between the salt and plain text password in base64.