getPassword

abstract fun getPassword(user: String?): String?

Intended to return the user's password based on the username

Return

returns hashed password

Parameters

user