retrievePassword

open fun retrievePassword(admin: Boolean): String

Retrieves the user's password from the password store.

Return

The user's password.

Parameters

admin

Whether the user is an admin or not.