CDN Resources for google-auth-library
Various ways to access google-auth-library via Content Delivery Networks
Package Installation
npm
npm install google-auth-library
yarn
yarn add google-auth-library
pnpm
pnpm add google-auth-library
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/google-auth-library"></script>
Unpkg
<script src="https://unpkg.com/google-auth-library"></script>
jsDelivr ESM
<script type="module">
import googleauthlibrary from 'https://cdn.jsdelivr.net/npm/google-auth-library/+esm';
</script>
Skypack
<script type="module">
import googleauthlibrary from 'https://cdn.skypack.dev/google-auth-library';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages