getUserLoginInCache

abstract fun getUserLoginInCache(): String

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

Return

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