AWS SDK for C++AWS SDK for C++ Version 1.11.622 |
#include <STSCredentialsProvider.h>
To support retrieving credentials of STS AssumeRole with web identity. Note that STS accepts request with protocol of queryxml. Calling GetAWSCredentials() will trigger (if expired) a query request using AWSHttpResourceClient under the hood.
Definition at line 29 of file STSCredentialsProvider.h.
Retrieves the credentials if found, otherwise returns empty credential set.
Implements Aws::Auth::AWSCredentialsProvider.
Reimplemented from Aws::Auth::AWSCredentialsProvider.