I found this guide from your old [2 years since deprecation] library: https://google.github.io/google-api-cpp-client/latest/guide/oauth2.html
Is there a builtin way of doing those authentication flows within google-cloud-cpp, or should I use a generic OAuth2 C/C++ library?
Thanks