Searched refs:credential (Results 1 – 2 of 2) sorted by relevance
64 FixedCredentialSource::FixedCredentialSource(const std::string& credential) { in FixedCredentialSource() argument65 this->credential = credential; in FixedCredentialSource()69 return credential; in Credential()73 const std::string& credential) { in make() argument74 return std::unique_ptr<CredentialSource>(new FixedCredentialSource(credential)); in make()
47 std::string credential; variable49 FixedCredentialSource(const std::string& credential);53 static std::unique_ptr<CredentialSource> make(const std::string& credential);