fn resolve_auth(config: &HashMap<String, Value>) -> Result<AuthConfig, String>Expand description
Resolves the service-account credentials from auth_config (inline) or
auth_file (path to a JSON file). client_email, private_key, and
project_id are required.