Go to the source code of this file.
|
Result< std::unique_ptr< CredentialSource > > | cuttlefish::GetCredentialSource (HttpClient &http_client, const std::string &credential_source, const std::string &oauth_filepath, const bool use_gce_metadata, const std::string &credential_filepath, const std::string &service_account_filepath) |
|
Result< std::unique_ptr< CredentialSource > > | cuttlefish::CreateRefreshTokenCredentialSource (HttpClient &http_client, const std::string &client_id, const std::string &client_secret, const std::string &refresh_token) |
|