Interface: aws.CredentialProviderSource
import "../ibm-cos-sdk-go-v2/aws"
Overview
CredentialProviderSource allows any credential provider to track all providers where a credential provider were sourced. For example, if the credentials came from a call to a role specified in the profile, this method will give the whole breadcrumb trail
Implemented By
Interface Method Summary collapse
- ProviderSources() []CredentialSource interface
Interface Method Details
ProviderSources() []CredentialSource
This method is abstract.
191 |
// File 'aws/credentials.go', line 191 |