#include <credential_source.h>
|
| virtual Result< std::pair< std::string, std::chrono::seconds > > | Refresh ()=0 |
| |
◆ RefreshingCredentialSource()
| cuttlefish::RefreshingCredentialSource::RefreshingCredentialSource |
( |
| ) |
|
|
protected |
◆ Credential()
| Result< std::string > cuttlefish::RefreshingCredentialSource::Credential |
( |
| ) |
|
|
finaloverridevirtual |
◆ Refresh()
| virtual Result< std::pair< std::string, std::chrono::seconds > > cuttlefish::RefreshingCredentialSource::Refresh |
( |
| ) |
|
|
privatepure virtual |
◆ expiration_
| std::chrono::steady_clock::time_point cuttlefish::RefreshingCredentialSource::expiration_ |
|
private |
◆ latest_credential_
| std::string cuttlefish::RefreshingCredentialSource::latest_credential_ |
|
private |
◆ latest_credential_mutex_
| std::mutex cuttlefish::RefreshingCredentialSource::latest_credential_mutex_ |
|
private |
The documentation for this class was generated from the following files: