Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Go to the source code of this file.
Namespaces | |
google::cloud | |
google::cloud::storage | |
Contains all the Google Cloud Storage C++ client APIs. | |
google::cloud::storage::oauth2 | |
Enumerations | |
enum class | google::cloud::storage::oauth2::JwtSigningAlgorithms { google::cloud::storage::oauth2::RS256 } |
Supported signing algorithms used in JWT auth flows. More... | |
Functions | |
constexpr std::chrono::seconds | google::cloud::storage::oauth2::GoogleOAuthAccessTokenLifetime () |
The max lifetime in seconds of an access token. More... | |
constexpr std::chrono::seconds | google::cloud::storage::oauth2::GoogleOAuthAccessTokenExpirationSlack () |
Returns the slack to consider when checking if an access token is expired. More... | |
char const * | google::cloud::storage::oauth2::GoogleOAuthRefreshEndpoint () |
The endpoint to fetch an OAuth 2.0 access token from. More... | |
char const * | google::cloud::storage::oauth2::GoogleOAuthScopeCloudPlatform () |
String representing the "cloud-platform" OAuth 2.0 scope. More... | |