|
Android-cuttlefish cvd tool
|
Functions | |
| std::unique_ptr< CredentialSource > | TryParseServiceAccount (HttpClient &http_client, const std::string &file_content, const std::string &scope) |
| Result< std::unique_ptr< CredentialSource > > | GetCredentialSourceLegacy (HttpClient &http_client, const std::string &credential_source, const std::string &oauth_filepath, const std::string &scope) |
| Result< std::unique_ptr< CredentialSource > > | 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, const std::string &scope) |
| Result< std::unique_ptr< CredentialSource > > cuttlefish::anonymous_namespace{build_api_credentials.cc}::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, | ||
| const std::string & | scope | ||
| ) |
| Result< std::unique_ptr< CredentialSource > > cuttlefish::anonymous_namespace{build_api_credentials.cc}::GetCredentialSourceLegacy | ( | HttpClient & | http_client, |
| const std::string & | credential_source, | ||
| const std::string & | oauth_filepath, | ||
| const std::string & | scope | ||
| ) |
| std::unique_ptr< CredentialSource > cuttlefish::anonymous_namespace{build_api_credentials.cc}::TryParseServiceAccount | ( | HttpClient & | http_client, |
| const std::string & | file_content, | ||
| const std::string & | scope | ||
| ) |