vertx / io.vertx.ext.auth.mongo / HashStrategy / getStoredPwd

getStoredPwd

abstract fun getStoredPwd(user: User): String

Retrieve the password from the user, or as clear text or as hashed version, depending on the definition

Parameters

user - the user to get the stored password for

Return
the password, either as hashed version or as cleartext, depending on the preferences