use RobinhoodClient;
/// Ensure the client is logged in from the token cache, or bail with a user-facing message.
///
/// Uses `login_from_cache()` which already validates the cached token via a live
/// API call and attempts refresh on failure.
pub async