brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
282 stars 105 forks source link

Is there a way to call certain endpoints without needing Credentials #125

Open tysonzero opened 5 years ago

tysonzero commented 5 years ago

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?