pub fn get_rpc_credentials( rpc_username: Option<String>, rpc_password: Option<String>, rpc_cookie: Option<PathBuf>, ) -> Result<(String, String)>
Get the rpc username and password from the provided arguments.