Google Cloud IAM C++ Client  2.7.0
A C++ Client Library for Google Cloud IAM
Override iam::IAMCredentialsClient Authentication Defaults
[](std::string const& keyfile) {
auto is = std::ifstream(keyfile);
is.exceptions(std::ios::badbit); // Minimal error handling in examples
auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()), {});
auto options =
}
Options & set(ValueTypeT< T > v)
A service account is a special type of Google account that belongs to your application or a virtual m...
std::shared_ptr< Credentials > MakeServiceAccountCredentials(std::string json_object, Options opts={})
std::shared_ptr< IAMCredentialsConnection > MakeIAMCredentialsConnection(Options options={})
A factory function to construct an object of type IAMCredentialsConnection.