oauth2client is deprecated and doesn't behave well when credentials are presented of the authorized_user type or provide built-in support for application default credentials. Updating the new libraries such that we could use the authorized_user credentials would avoid us having to populate a secret to our local dev environments.
oauth2client is deprecated and doesn't behave well when credentials are presented of the
authorized_usertype or provide built-in support for application default credentials. Updating the new libraries such that we could use theauthorized_usercredentials would avoid us having to populate a secret to our local dev environments.