google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Relocate OAuth2 support from storage to common

Open scotthart opened this issue 3 years ago • 1 comments

OAuth2 support is currently coupled with storage. With the new REST library and future client libraries with REST transport, the OAuth2 files and types are to be relocated to google/cloud/internal under the name space google::cloud::oauth2_internal. The oauth2 subdir in storage will be removed once storage has been refactored to use the REST library.

scotthart avatar Feb 03 '22 00:02 scotthart

Still working on this, needs some refactoring.

coryan avatar Jul 07 '22 18:07 coryan

This is done. We have support for OAuth2 in the common libraries.

coryan avatar Dec 21 '22 19:12 coryan