savePasswordForUser

open override fun savePasswordForUser(examerUser: ExamerUser, password: String)

Used to securely save the password of the examerUser.

The ExamerUser.id of the examerUser will be used as the key to save the value of the password.