loadFromStorage

abstract suspend fun loadFromStorage(autoRefresh: Boolean = config.alwaysAutoRefresh): Boolean(source)

Retrieves the latest session from storage and starts auto-refreshing if autoRefresh is true or AuthConfig.alwaysAutoRefresh as the default parameter

Return

true, if a session was found, false otherwise