I'm only interested in calling oauth2: certs / tokeninfo endpoints, which seem to me to not require any google-specific authentication, just HTTPS. Is there a way I can call them without having to supply application_default_credentials.json or similar?
I'm only interested in calling
oauth2
:certs
/tokeninfo
endpoints, which seem to me to not require any google-specific authentication, just HTTPS. Is there a way I can call them without having to supplyapplication_default_credentials.json
or similar?