Home
last modified time | relevance | path

Searched refs:credential (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/fetcher/
Dcredential_source.cc64 FixedCredentialSource::FixedCredentialSource(const std::string& credential) { in FixedCredentialSource() argument
65 this->credential = credential; in FixedCredentialSource()
69 return credential; in Credential()
73 const std::string& credential) { in make() argument
74 return std::unique_ptr<CredentialSource>(new FixedCredentialSource(credential)); in make()
Dcredential_source.h47 std::string credential; variable
49 FixedCredentialSource(const std::string& credential);
53 static std::unique_ptr<CredentialSource> make(const std::string& credential);