Make.1-M
type t
val encrypted_password : t -> string option
encrypted_password is a string of hashed password, against which a given password will be verified. Argon2 is used for verification.
encrypted_password