Home
last modified time | relevance | path

Searched refs:RefreshCredentialSource (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc93 Result<RefreshCredentialSource> RefreshCredentialSource::FromOauth2ClientFile( in FromOauth2ClientFile()
129 return RefreshCredentialSource(curl, client_id.asString(), in FromOauth2ClientFile()
134 RefreshCredentialSource::RefreshCredentialSource( in RefreshCredentialSource() function in cuttlefish::RefreshCredentialSource
142 std::string RefreshCredentialSource::Credential() { in Credential()
149 void RefreshCredentialSource::UpdateLatestCredential() { in UpdateLatestCredential()
Dcredential_source.h60 class RefreshCredentialSource : public CredentialSource {
62 static Result<RefreshCredentialSource> FromOauth2ClientFile(
65 RefreshCredentialSource(CurlWrapper& curl, const std::string& client_id,
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc314 RefreshCredentialSource::FromOauth2ClientFile(*curl, stream); in FetchCvdMain()
317 new RefreshCredentialSource(std::move(*attempt_load))); in FetchCvdMain()