Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::storage::Oauth2CredentialsOption Struct Reference

Configure oauth2::Credentials for the GCS client library. More...

#include <google/cloud/storage/options.h>

Public Types

using Type = std::shared_ptr< oauth2::Credentials >
 

Detailed Description

Configure oauth2::Credentials for the GCS client library.

Deprecated:
prefer using google::cloud::UnifiedCredentialsOption and the unified credentials documented in Authentication Components

Member Typedef Documentation

◆ Type