savePassword

open fun savePassword(userId: String, password: String, admin: Boolean)

Saves the user's password to the password store.

Parameters

userId

The ID of the user.

password

The user's password.

admin

Whether the user is an admin or not.