Class OpenVDS::GoogleCredentialsPath

class GoogleCredentialsPath

Credentials for opening a VDS in Google Cloud Storage by path to the service account json file Using OAuth.

Public Functions

inline explicit GoogleCredentialsPath(std::string const &path)

GoogleCredentialsPath constructor.

Parameters:

path – The path to the service account json file

inline explicit GoogleCredentialsPath(std::string &&path) noexcept