getUserPasswordInCache

abstract fun getUserPasswordInCache(): String

The last password of the user is stored in cache. It can be used to auto-fill the password field.

Return

Returns the user password found in the cache or an empty string otherwise.