I would like the ability to verify an idToken without the use of a service account, this can be achieved using google-auth-library. https://developers.google.com/identity/gsi/web/guides/verify-google-id-token#using-a-google-api-client-library When attempting this I'm getting the following error: ``` Server error: Public key "..." not found. ```