Class OpenVDS::GoogleCredentialsJson

class GoogleCredentialsJson

Credentials for opening a VDS in Google Cloud Storage by the string containing json with credentials Using OAuth.

Public Functions

inline explicit GoogleCredentialsJson(std::string const &json)

GoogleCredentialsJson constructor.

Parameters:

json – The string containing json with credentials

inline explicit GoogleCredentialsJson(std::string &&json) noexcept