{"library":"google-auth","install":[{"cmd":"pip install google-auth","imports":["import google.auth\ncredentials, project = google.auth.default()","from google.oauth2 import service_account\ncreds = service_account.Credentials.from_service_account_file('key.json')","from google.auth.transport.requests import Request","from google.oauth2.credentials import Credentials","from google.auth import impersonated_credentials","from google.auth.exceptions import DefaultCredentialsError"]},{"cmd":"pip install google-auth[requests]","imports":[]},{"cmd":"pip install google-auth[aiohttp]","imports":[]}]}