npm install google-auth-libraryyarn add google-auth-librarypnpm add google-auth-library<script src="https://fastly.jsdelivr.net/npm/google-auth-library"></script><script src="https://unpkg.com/google-auth-library"></script><script type="module">
import googleauthlibrary from 'https://cdn.jsdelivr.net/npm/google-auth-library/+esm';
</script><script type="module">
import googleauthlibrary from 'https://cdn.skypack.dev/google-auth-library';
</script>