Class OpenVDS::GoogleCredentialsToken

class GoogleCredentialsToken

Credentials for opening a VDS in Google Cloud Storage by using the string containing an access token Using OAuth.

Public Functions

inline explicit GoogleCredentialsToken(std::string const &token)

GoogleCredentialsToken constructor.

Parameters:

token – The string containing an access token

inline explicit GoogleCredentialsToken(std::string &&token) noexcept