|
virtual Result< std::pair< std::string, std::chrono::seconds > > | Refresh ()=0 |
|
◆ RefreshingCredentialSource()
cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::RefreshingCredentialSource |
( |
| ) |
|
|
inline |
◆ Credential()
virtual Result< std::string > cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::Credential |
( |
| ) |
|
|
inlinefinaloverridevirtual |
◆ Refresh()
virtual Result< std::pair< std::string, std::chrono::seconds > > cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::Refresh |
( |
| ) |
|
|
privatepure virtual |
◆ expiration_
std::chrono::steady_clock::time_point cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::expiration_ |
|
private |
◆ latest_credential_
std::string cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::latest_credential_ |
|
private |
◆ latest_credential_mutex_
std::mutex cuttlefish::anonymous_namespace{credential_source.cc}::RefreshingCredentialSource::latest_credential_mutex_ |
|
private |
The documentation for this class was generated from the following file: