You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is a fairly minimal API, whatever our implementation details we will always have enough to support it.
We need to think about the name of the libraries too. All of this lives in rest_internal which suggests it is not a public library. We may need to create google_cloud_cpp_auth ?
The text was updated successfully, but these errors were encountered:
The APIs to get (and cache) access tokens are all in
*internal*
namespaces. We need a simple API to create access tokens.Maybe something like this:
That is a fairly minimal API, whatever our implementation details we will always have enough to support it.
We need to think about the name of the libraries too. All of this lives in
rest_internal
which suggests it is not a public library. We may need to creategoogle_cloud_cpp_auth
?The text was updated successfully, but these errors were encountered: